Skip to content

Commit 603aae0

Browse files
jensmaurerhewillk
andauthored
Apply suggestions from code review
Co-authored-by: Hewill Kang <[email protected]>
1 parent 1010cfa commit 603aae0

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)