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 320
320
321
321
template<class Iterator1, class Iterator2>
322
322
requires (!@\libconcept {sized_sentinel_for}@<Iterator1, Iterator2>)
323
- constexpr bool disable_sized_sentinel_for<reverse_iterator<Iterator1>, // freestanding
324
- reverse_iterator<Iterator2>> = true;
323
+ constexpr bool @ \libspec { disable_sized_sentinel_for}{reverse_iterator}@ <reverse_iterator<Iterator1>, // freestanding
324
+ reverse_iterator<Iterator2>> = true;
325
325
326
326
// \ref {insert.iterators }, insert iterators
327
327
template<class Container> class back_insert_iterator; // freestanding
410
410
411
411
template<class Iterator1, class Iterator2>
412
412
requires (!@\libconcept {sized_sentinel_for}@<Iterator1, Iterator2>)
413
- constexpr bool disable_sized_sentinel_for<move_iterator<Iterator1>, // freestanding
413
+ constexpr bool @ \libspec { disable_sized_sentinel_for}{move_iterator}@ <move_iterator<Iterator1>, // freestanding
414
414
move_iterator<Iterator2>> = true;
415
415
416
416
template<@\libconcept {semiregular}@ S> class move_sentinel; // freestanding
You can’t perform that action at this time.
0 commit comments