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 1010cfa commit 04c6c30Copy full SHA for 04c6c30
source/ranges.tex
@@ -543,8 +543,8 @@
543
namespace views { inline constexpr @\unspecnc@ cartesian_product = @\unspecnc@; } // freestanding
544
545
// \ref{range.cache.latest}, cache latest view
546
- template<input_range V>
547
- requires view<V>
+ template<@\libconcept{input_range}@ V>
+ requires @\libconcept{view}@<V>
548
class cache_latest_view;
549
550
namepspace views { inline constexpr @\unspec@ cache_latest = @\unspec@; }
0 commit comments