Skip to content

Commit 37189f8

Browse files
jensmaurertkoeppe
authored andcommitted
[range.as.rvalue.view] Add missing \libconcept
1 parent 4b2d4db commit 37189f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4477,7 +4477,7 @@
44774477
as_rvalue_view() requires @\libconcept{default_initializable}@<V> = default;
44784478
constexpr explicit as_rvalue_view(V base);
44794479

4480-
constexpr V base() const & requires copy_constructible<V> { return @\exposid{base_}@; }
4480+
constexpr V base() const & requires @\libconcept{copy_constructible}@<V> { return @\exposid{base_}@; }
44814481
constexpr V base() && { return std::move(@\exposid{base_}@); }
44824482

44834483
constexpr auto begin() requires (!@\exposconcept{simple-view}@<V>)

0 commit comments

Comments
 (0)