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 9893532 commit 5b8ab6bCopy full SHA for 5b8ab6b
include/boost/static_string/config.hpp
@@ -278,8 +278,7 @@ using basic_string_view =
278
} // boost
279
#endif
280
281
-#if (defined(_MSVC_LANG) && _MSVC_LANG > 202600L) || \
282
- (__cplusplus > 202302L && !defined(_MSC_VER) && !defined(__INTEL_LLVM_COMPILER)) // C++26 or later
+#if defined(__cpp_lib_to_string) && __cpp_lib_to_string >= 202306L // std::to_[w]string() redefined in terms of std::format()
283
#define BOOST_STATIC_STRING_USE_STD_FORMAT
284
285
0 commit comments