Skip to content

Commit 5b8ab6b

Browse files
committed
TO BE SQUASHED
1 parent 9893532 commit 5b8ab6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/boost/static_string/config.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,7 @@ using basic_string_view =
278278
} // boost
279279
#endif
280280

281-
#if (defined(_MSVC_LANG) && _MSVC_LANG > 202600L) || \
282-
(__cplusplus > 202302L && !defined(_MSC_VER) && !defined(__INTEL_LLVM_COMPILER)) // C++26 or later
281+
#if defined(__cpp_lib_to_string) && __cpp_lib_to_string >= 202306L // std::to_[w]string() redefined in terms of std::format()
283282
#define BOOST_STATIC_STRING_USE_STD_FORMAT
284283
#endif
285284

0 commit comments

Comments
 (0)