Skip to content

Commit 04c6c30

Browse files
committed
fixup: markup for concepts
1 parent 1010cfa commit 04c6c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ranges.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,8 @@
543543
namespace views { inline constexpr @\unspecnc@ cartesian_product = @\unspecnc@; } // freestanding
544544

545545
// \ref{range.cache.latest}, cache latest view
546-
template<input_range V>
547-
requires view<V>
546+
template<@\libconcept{input_range}@ V>
547+
requires @\libconcept{view}@<V>
548548
class cache_latest_view;
549549

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

0 commit comments

Comments
 (0)