Skip to content

Commit fd44dd4

Browse files
jensmaurertkoeppe
authored andcommitted
LWG3532 split_view<V, P>::inner-iterator<true>::operator++(int) should depend on Base
1 parent 5205bcf commit fd44dd4

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
@@ -5874,7 +5874,7 @@
58745874

58755875
constexpr @\exposid{inner-iterator}@& operator++();
58765876
constexpr decltype(auto) operator++(int) {
5877-
if constexpr (@\libconcept{forward_range}@<V>) {
5877+
if constexpr (@\libconcept{forward_range}@<@\exposid{Base}@>) {
58785878
auto tmp = *this;
58795879
++*this;
58805880
return tmp;

0 commit comments

Comments
 (0)