Skip to content

Commit 34af481

Browse files
burblebeetkoeppe
authored andcommitted
LWG3849 cartesian_product_view::iterator's default constructor is overconstrained
1 parent c3c6c39 commit 34af481

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
@@ -14475,7 +14475,7 @@
1447514475
range_reference_t<@\exposid{maybe-const}@<Const, Vs>>...>;
1447614476
using difference_type = @\seebelow@;
1447714477

14478-
@\exposid{iterator}@() requires @\libconcept{forward_range}@<@\exposid{maybe-const}@<Const, First>> = default;
14478+
@\exposid{iterator}@() = default;
1447914479

1448014480
constexpr @\exposid{iterator}@(@\exposid{iterator}@<!Const> i) requires Const &&
1448114481
(@\libconcept{convertible_to}@<iterator_t<First>, iterator_t<const First>> &&

0 commit comments

Comments
 (0)