Skip to content

Commit 2b6b20e

Browse files
committed
FIXUP LWG3848: Fix typo
1 parent ed992ea commit 2b6b20e

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
@@ -10580,7 +10580,7 @@
1058010580
constexpr explicit adjacent_view(V base);
1058110581

1058210582

10583-
constexpr V base() const & requires @\libconcept{ccopy_constructible}@<V> { return @\exposid{base_}@; }
10583+
constexpr V base() const & requires @\libconcept{copy_constructible}@<V> { return @\exposid{base_}@; }
1058410584
constexpr V base() && { return std::move(@\exposid{base_}@); }
1058510585

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

0 commit comments

Comments
 (0)