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 e1cfa03 commit 98f947dCopy full SHA for 98f947d
include/boost/parser/detail/text/detail/all_t.hpp
@@ -42,7 +42,7 @@ namespace boost::parser::detail::text::detail {
42
template<typename R>
43
constexpr bool view =
44
#if BOOST_PARSER_DETAIL_TEXT_USE_CONCEPTS || \
45
- (defined(__cpp_lib_concepts) && \
+ (defined(__cpp_lib_ranges) && \
46
(!defined(BOOST_PARSER_GCC) || 12 <= __GNUC__))
47
std::ranges::view<R>
48
#else
0 commit comments