Skip to content

Commit

Permalink
[range.cartesian.view] Don't name unused template parameter (#6177)
Browse files Browse the repository at this point in the history
  • Loading branch information
hewillk authored Nov 13, 2023
1 parent 38dfe3d commit 9799839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ranges.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14982,7 +14982,7 @@
(@\libconcept{bidirectional_range}@<@\exposid{maybe-const}@<Const, Vs>>
&& @\exposconcept{cartesian-product-common-arg}@<@\exposid{maybe-const}@<Const, Vs>>));

template<class First, class... Vs>
template<class First, class...>
concept @\defexposconcept{cartesian-product-is-common}@ = // \expos
@\exposconcept{cartesian-product-common-arg}@<First>;

Expand Down

0 comments on commit 9799839

Please sign in to comment.