Skip to content

Commit

Permalink
fixup: markup for concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmaurer committed Dec 6, 2024
1 parent 1010cfa commit 04c6c30
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 @@ -543,8 +543,8 @@
namespace views { inline constexpr @\unspecnc@ cartesian_product = @\unspecnc@; } // freestanding

// \ref{range.cache.latest}, cache latest view
template<input_range V>
requires view<V>
template<@\libconcept{input_range}@ V>
requires @\libconcept{view}@<V>
class cache_latest_view;

namepspace views { inline constexpr @\unspec@ cache_latest = @\unspec@; }
Expand Down

0 comments on commit 04c6c30

Please sign in to comment.