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 2a9687f commit 7dd43c1Copy full SHA for 7dd43c1
include/boost/parser/detail/stl_interfaces/view_adaptor.hpp
@@ -18,7 +18,7 @@
18
#if !defined(BOOST_STL_INTERFACES_DOXYGEN)
19
20
#if BOOST_PARSER_USE_CONCEPTS && defined(__cpp_lib_ranges) && \
21
- 202202L <= __cpp_lib_ranges
+ 202202L <= __cpp_lib_ranges && (!defined(_MSC_VER) || 1939 < _MSC_VER)
22
#define BOOST_PARSER_USE_CPP23_STD_RANGE_ADAPTOR_CLOSURE 1
23
#else
24
#define BOOST_PARSER_USE_CPP23_STD_RANGE_ADAPTOR_CLOSURE 0
0 commit comments