diff --git a/source/ranges.tex b/source/ranges.tex index 24c4f3fde5..a3cfe32dca 100644 --- a/source/ranges.tex +++ b/source/ranges.tex @@ -127,7 +127,7 @@ requires (K == subrange_kind::sized || !@\libconcept{sized_sentinel_for}@) class subrange; - template<@\libconcept{input_or_output_iterator}@ I, @\libconcept{sentinel_for}@ S, subrange_kind K> + template inline constexpr bool enable_borrowed_range> = true; // \ref{range.dangling}, dangling iterator handling @@ -168,7 +168,7 @@ requires @\exposconcept{weakly-equality-comparable-with}@ && @\libconcept{semiregular}@ class iota_view; - template<@\libconcept{weakly_incrementable}@ W, @\libconcept{semiregular}@ Bound> + template inline constexpr bool enable_borrowed_range> = true; namespace views { inline constexpr @\unspec@ iota = @\unspec@; }