File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
test/std/ranges/range.factories/range.iota.view Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -267,6 +267,11 @@ namespace std::ranges {
267
267
template<class W, class Bound>
268
268
inline constexpr bool enable_borrowed_range<iota_view<W, Bound>> = true;
269
269
270
+ namespace views {
271
+ inline constexpr unspecified iota = unspecified;
272
+ inline constexpr unspecified indices = unspecified; // Since C++26
273
+ }
274
+
270
275
// [range.repeat], repeat view
271
276
template<class T>
272
277
concept integer-like-with-usable-difference-type = // exposition only
Original file line number Diff line number Diff line change 8
8
9
9
// REQUIRES: std-at-least-c++26
10
10
11
+ // ranges
12
+
13
+ // inline constexpr unspecified indices = unspecified;
14
+
11
15
#include < cassert>
12
16
#include < cstddef>
13
17
#include < ranges>
You can’t perform that action at this time.
0 commit comments