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 98f947d commit 0766cc0Copy full SHA for 0766cc0
include/boost/parser/detail/text/detail/all_t.hpp
@@ -43,7 +43,8 @@ namespace boost::parser::detail::text::detail {
43
constexpr bool view =
44
#if BOOST_PARSER_DETAIL_TEXT_USE_CONCEPTS || \
45
(defined(__cpp_lib_ranges) && \
46
- (!defined(BOOST_PARSER_GCC) || 12 <= __GNUC__))
+ (!defined(BOOST_PARSER_GCC) || 12 <= __GNUC__) && \
47
+ (!defined(__clang_major__) || 16 <= __clang_major__))
48
std::ranges::view<R>
49
#else
50
range_<R> && !container_<R> &&
0 commit comments