We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9338b40 commit 2ce684cCopy full SHA for 2ce684c
source/ranges.tex
@@ -16771,11 +16771,11 @@
16771
requires @\libconcept{view}@<V>
16772
class @\libglobal{cache_latest_view}@ : public view_interface<cache_latest_view<V>> {
16773
V @\exposid{base_}@ = V(); // \expos
16774
- using @\exposid{cache_t}@ = conditional_t<is_reference_v<range_reference_t<V>>, // \expos
+ using @\exposid{cache-t}@ = conditional_t<is_reference_v<range_reference_t<V>>, // \expos
16775
add_pointer_t<range_reference_t<V>>,
16776
range_reference_t<V>>;
16777
16778
- @\exposid{non-propagating-cache}@<cache_t> @\exposid{cache_}@; // \expos
+ @\exposid{non-propagating-cache}@<cache-t> @\exposid{cache_}@; // \expos
16779
16780
class @\exposid{iterator}@; // \expos
16781
class @\exposid{sentinel}@; // \expos
0 commit comments