We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92a77e commit b43c69eCopy full SHA for b43c69e
src/tglobal.h
@@ -9,7 +9,7 @@ constexpr auto TF_SRC_REVISION = 2956;
9
#include <version>
10
11
12
-#if (!defined(Q_OS_WIN) && (defined(__cpp_lib_format) || __has_include(<format>))) || (defined(_MSC_VER) && _MSC_VER >= 1930) // std::format
+#if (!defined(Q_OS_WIN) && defined(__cpp_lib_format)) || (defined(_MSC_VER) && _MSC_VER >= 1930) // std::format
13
#define TF_HAVE_STD_FORMAT
14
#endif
15
0 commit comments