Skip to content

Commit 9799839

Browse files
authored
[range.cartesian.view] Don't name unused template parameter (#6177)
1 parent 38dfe3d commit 9799839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -14982,7 +14982,7 @@
1498214982
(@\libconcept{bidirectional_range}@<@\exposid{maybe-const}@<Const, Vs>>
1498314983
&& @\exposconcept{cartesian-product-common-arg}@<@\exposid{maybe-const}@<Const, Vs>>));
1498414984

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

0 commit comments

Comments
 (0)