Skip to content

Commit

Permalink
update macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Dec 19, 2024
1 parent b92a77e commit b43c69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tglobal.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ constexpr auto TF_SRC_REVISION = 2956;
#include <version>


#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
#define TF_HAVE_STD_FORMAT
#endif

Expand Down

0 comments on commit b43c69e

Please sign in to comment.