Skip to content

Commit df2b868

Browse files
JohelEGPtkoeppe
authored andcommitted
[iterators.syn] Index specializations of disable_sized_sentinel_for
1 parent bdf1860 commit df2b868

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/iterators.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@
320320

321321
template<class Iterator1, class Iterator2>
322322
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;
325325

326326
// \ref{insert.iterators}, insert iterators
327327
template<class Container> class back_insert_iterator; // freestanding
@@ -410,7 +410,7 @@
410410

411411
template<class Iterator1, class Iterator2>
412412
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
414414
move_iterator<Iterator2>> = true;
415415

416416
template<@\libconcept{semiregular}@ S> class move_sentinel; // freestanding

0 commit comments

Comments
 (0)