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 @@
1677116771 requires @\libconcept{view}@<V>
1677216772 class @\libglobal{cache_latest_view}@ : public view_interface<cache_latest_view<V>> {
1677316773 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
1677516775 add_pointer_t<range_reference_t<V>>,
1677616776 range_reference_t<V>>;
1677716777
16778- @\exposid{non-propagating-cache}@<cache_t > @\exposid{cache_}@; // \expos
16778+ @\exposid{non-propagating-cache}@<cache-t > @\exposid{cache_}@; // \expos
1677916779
1678016780 class @\exposid{iterator}@; // \expos
1678116781 class @\exposid{sentinel}@; // \expos
You can’t perform that action at this time.
0 commit comments