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 bd2c69a commit 295ae03Copy full SHA for 295ae03
test/benchmarks.cpp
@@ -43,7 +43,7 @@
43
44
#ifdef BOOST_DECIMAL_RUN_BENCHMARKS
45
46
-#if __cplusplus >= 201703L
+#if __cplusplus >= 201703L || (defined(_MSVC_LANG) && _MSVC_LANG >= 201703L)
47
#if __has_include(<charconv>)
48
# include <charconv>
49
# if defined(__cpp_lib_to_chars) && __cpp_lib_to_chars >= 201611L
0 commit comments