Skip to content

Commit a4a9db9

Browse files
burblebeetkoeppe
authored andcommitted
LWG3947 Unexpected constraints on adjacent_transform_view::base()
1 parent 3cee8a7 commit a4a9db9

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
@@ -11884,7 +11884,7 @@
1188411884
adjacent_transform_view() = default;
1188511885
constexpr explicit adjacent_transform_view(V base, F fun);
1188611886

11887-
constexpr V base() const & requires @\libconcept{copy_constructible}@<@\exposid{InnerView}@> { return @\exposid{inner_}@.base(); }
11887+
constexpr V base() const & requires @\libconcept{copy_constructible}@<V> { return @\exposid{inner_}@.base(); }
1188811888
constexpr V base() && { return std::move(@\exposid{inner_}@).base(); }
1188911889

1189011890
constexpr auto begin() {

0 commit comments

Comments
 (0)