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 6a075a9 commit f502b98Copy full SHA for f502b98
libcxx/test/libcxx/ranges/range.utility.helpers/simple_view.compile.pass.cpp
@@ -50,6 +50,7 @@ static_assert(!std::ranges::__simple_view<NoConstView>);
50
static_assert( std::ranges::__simple_view<DifferentSentinel>);
51
static_assert(!std::ranges::__simple_view<WrongConstSentinel>);
52
53
+// To make sure __simple_view and the test version of the concept stay in sync.
54
static_assert(simple_view<SimpleView>);
55
static_assert(!simple_view<WrongConstView>);
56
static_assert(!simple_view<NoConstView>);
0 commit comments