Skip to content

Commit c0c0d75

Browse files
hewillktkoeppe
authored andcommitted
[range.cartesian.view] Add missing angle brackets for cartesian-is-sized-sentinel
1 parent 227c3b2 commit c0c0d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ranges.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14299,8 +14299,8 @@
1429914299

1430014300
template<bool Const, template<class> class FirstSent, class First, class... Vs>
1430114301
concept @\defexposconcept{cartesian-is-sized-sentinel}@ = // \expos
14302-
(@\libconcept{sized_sentinel_for}@<FirstSent<@\exposid{maybe-const}@<Const, First>,
14303-
iterator_t<@\exposid{maybe-const}@<Const, First>> && ...
14302+
(@\libconcept{sized_sentinel_for}@<FirstSent<@\exposid{maybe-const}@<Const, First>>,
14303+
iterator_t<@\exposid{maybe-const}@<Const, First>>> && ...
1430414304
&& (@\libconcept{sized_range}@<@\exposid{maybe-const}@<Const, Vs>>
1430514305
&& @\libconcept{sized_sentinel_for}@<iterator_t<@\exposid{maybe-const}@<Const, Vs>>,
1430614306
iterator_t<@\exposid{maybe-const}@<Const, Vs>>>));

0 commit comments

Comments
 (0)