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 edd802e commit 2a9687fCopy full SHA for 2a9687f
include/boost/parser/config.hpp
@@ -80,7 +80,7 @@
80
#endif
81
82
#if defined(__cpp_lib_concepts) && !defined(BOOST_PARSER_DISABLE_CONCEPTS) && \
83
- (!defined(__clang__) || 16 <= __clang__)
+ (!defined(__clang_major__) || 16 <= __clang_major__)
84
# define BOOST_PARSER_USE_CONCEPTS 1
85
#else
86
# define BOOST_PARSER_USE_CONCEPTS 0
0 commit comments