File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 342
342
concept @\exposconcept {constant-iterator}@ = @\seebelow@ ; // \expos
343
343
template<@\libconcept {input_iterator}@ I>
344
344
using const_iterator = @\seebelow@ ; // freestanding
345
- template<class S>
345
+ template<@ \libconcept {semiregular}@ S>
346
346
using const_sentinel = @\seebelow@ ; // freestanding
347
347
348
348
// \ref {const.iterators.iterator }, class template \tcode {basic_const_iterator}
365
365
template<@\libconcept {input_iterator}@ I>
366
366
constexpr const_iterator<I> make_const_iterator(I it) { return it; } // freestanding
367
367
368
- template<class S>
368
+ template<@ \libconcept {semiregular}@ S>
369
369
constexpr const_sentinel<S> make_const_sentinel(S s) { return s; } // freestanding
370
370
371
371
// \ref {move.iterators }, move iterators and sentinels
4199
4199
\end {itemdescr }
4200
4200
4201
4201
\begin {itemdecl }
4202
- template<class S>
4202
+ template<@ \libconcept {semiregular}@ S>
4203
4203
using @\libglobal {const_sentinel}@ = @\seebelow@ ;
4204
4204
\end {itemdecl }
4205
4205
You can’t perform that action at this time.
0 commit comments