Skip to content

Commit 2ce684c

Browse files
committed
[range.cache.latest.view] Rename expos-only "cache_t" to "cache-t"
1 parent 9338b40 commit 2ce684c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ranges.tex

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)