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 379faf3 commit df218fcCopy full SHA for df218fc
libcxx/test/std/ranges/range.adaptors/range.take/types.h
@@ -94,8 +94,8 @@ static_assert(!simple_view<NonSimpleViewNonSized>);
94
static_assert(!std::ranges::sized_range<NonSimpleViewNonSized>);
95
96
using SimpleViewNonSized = CommonInputView<true>;
97
-static_assert(!std::ranges::sized_range<SimpleViewNonSized>);
98
static_assert(std::ranges::view<SimpleViewNonSized>);
99
static_assert(simple_view<SimpleViewNonSized>);
+static_assert(!std::ranges::sized_range<SimpleViewNonSized>);
100
101
#endif // TEST_STD_RANGES_RANGE_ADAPTORS_RANGE_TAKE_TYPES_H
0 commit comments