aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/ranges
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/ranges')
-rw-r--r--libcxx/include/ranges5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcxx/include/ranges b/libcxx/include/ranges
index 96d7a6b..cfaa66a 100644
--- a/libcxx/include/ranges
+++ b/libcxx/include/ranges
@@ -267,6 +267,11 @@ namespace std::ranges {
template<class W, class Bound>
inline constexpr bool enable_borrowed_range<iota_view<W, Bound>> = true;
+ namespace views {
+ inline constexpr unspecified iota = unspecified;
+ inline constexpr unspecified indices = unspecified; // Since C++26
+ }
+
// [range.repeat], repeat view
template<class T>
concept integer-like-with-usable-difference-type = // exposition only