File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16771,11 +16771,11 @@
16771
16771
requires @\libconcept{view}@<V>
16772
16772
class @\libglobal{cache_latest_view}@ : public view_interface<cache_latest_view<V>> {
16773
16773
V @\exposid{base_}@ = V(); // \expos
16774
- using @\exposid{cache_t }@ = conditional_t<is_reference_v<range_reference_t<V>>, // \expos
16774
+ using @\exposid{cache-t }@ = conditional_t<is_reference_v<range_reference_t<V>>, // \expos
16775
16775
add_pointer_t<range_reference_t<V>>,
16776
16776
range_reference_t<V>>;
16777
16777
16778
- @\exposid{non-propagating-cache}@<cache_t > @\exposid{cache_}@; // \expos
16778
+ @\exposid{non-propagating-cache}@<cache-t > @\exposid{cache_}@; // \expos
16779
16779
16780
16780
class @\exposid{iterator}@; // \expos
16781
16781
class @\exposid{sentinel}@; // \expos
You can’t perform that action at this time.
0 commit comments