Skip to content

Commit

Permalink
[range.cache.latest.view] Rename expos-only "cache_t" to "cache-t"
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoeppe committed Dec 16, 2024
1 parent 9338b40 commit 2ce684c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/ranges.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16771,11 +16771,11 @@
requires @\libconcept{view}@<V>
class @\libglobal{cache_latest_view}@ : public view_interface<cache_latest_view<V>> {
V @\exposid{base_}@ = V(); // \expos
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
add_pointer_t<range_reference_t<V>>,
range_reference_t<V>>;

@\exposid{non-propagating-cache}@<cache_t> @\exposid{cache_}@; // \expos
@\exposid{non-propagating-cache}@<cache-t> @\exposid{cache_}@; // \expos

class @\exposid{iterator}@; // \expos
class @\exposid{sentinel}@; // \expos
Expand Down

0 comments on commit 2ce684c

Please sign in to comment.