We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cee8a7 commit a4a9db9Copy full SHA for a4a9db9
source/ranges.tex
@@ -11884,7 +11884,7 @@
11884
adjacent_transform_view() = default;
11885
constexpr explicit adjacent_transform_view(V base, F fun);
11886
11887
- constexpr V base() const & requires @\libconcept{copy_constructible}@<@\exposid{InnerView}@> { return @\exposid{inner_}@.base(); }
+ constexpr V base() const & requires @\libconcept{copy_constructible}@<V> { return @\exposid{inner_}@.base(); }
11888
constexpr V base() && { return std::move(@\exposid{inner_}@).base(); }
11889
11890
constexpr auto begin() {
0 commit comments