File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14299
14299
14300
14300
template<bool Const, template<class> class FirstSent, class First, class... Vs>
14301
14301
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>>> && ...
14304
14304
&& (@\libconcept{sized_range}@<@\exposid{maybe-const}@<Const, Vs>>
14305
14305
&& @\libconcept{sized_sentinel_for}@<iterator_t<@\exposid{maybe-const}@<Const, Vs>>,
14306
14306
iterator_t<@\exposid{maybe-const}@<Const, Vs>>>));
You can’t perform that action at this time.
0 commit comments