Skip to content

Commit b43c69e

Browse files
update macro.
1 parent b92a77e commit b43c69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tglobal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ constexpr auto TF_SRC_REVISION = 2956;
99
#include <version>
1010

1111

12-
#if (!defined(Q_OS_WIN) && (defined(__cpp_lib_format) || __has_include(<format>))) || (defined(_MSC_VER) && _MSC_VER >= 1930) // std::format
12+
#if (!defined(Q_OS_WIN) && defined(__cpp_lib_format)) || (defined(_MSC_VER) && _MSC_VER >= 1930) // std::format
1313
#define TF_HAVE_STD_FORMAT
1414
#endif
1515

0 commit comments

Comments
 (0)