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 3866085 commit 458b8fcCopy full SHA for 458b8fc
source/ranges.tex
@@ -225,12 +225,12 @@
225
// \ref{range.as.rvalue}, as rvalue view
226
template<@\libconcept{view}@ V>
227
requires @\libconcept{input_range}@<V>
228
- class as_rvalue_view;
+ class as_rvalue_view; // freestanding
229
230
template<class T>
231
inline constexpr bool enable_borrowed_range<as_rvalue_view<T>> = enable_borrowed_range<T>;
232
233
- namespace views { inline constexpr @\unspec@ as_rvalue = @\unspec@; }
+ namespace views { inline constexpr @\unspec@ as_rvalue = @\unspec@; } // freestanding
234
235
// \ref{range.filter}, filter view
236
template<@\libconcept{input_range}@ V, @\libconcept{indirect_unary_predicate}@<iterator_t<V>> Pred>
0 commit comments