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 28a1cde commit 0d3d14aCopy full SHA for 0d3d14a
libcxx/test/std/ranges/range.factories/range.iota.view/views_iota.pass.cpp
@@ -49,8 +49,7 @@ struct X {};
49
template <typename IntT>
50
concept CanDoubleWrap = requires(IntT i) { std::views::iota(std::views::iota(i)); };
51
52
-constexpr bool
53
-test() {
+constexpr bool test() {
54
testType<SomeInt>(SomeInt(10));
55
testType<SomeInt>(IntComparableWith(SomeInt(10)));
56
testType<signed long>(IntComparableWith<signed long>(10));
0 commit comments