[libc++] Fix documentation build failure

This commit is contained in:
Louis Dionne 2021-05-20 11:01:10 -04:00
parent cb82e8ea33
commit 5c26f895b6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ bidirectional_iterator: `D100278 <https://llvm.org/D100278>`_",
[common.alg.req]: pt. 4,"Note: could be done with pt. 1. … permutable, mergeable, and sortable",[iterator.concepts],,,
[std.iterator.tags],,[iterator.traits],,,
[range.iter.op.advance],ranges::advance,[iterator.concepts],Christopher Di Bella,"`D101922 <https://llvm.org/D101922>`_",
[range.iter.op.distance],ranges::distance,"[iterator.concepts], [range.range], [range.sized]",Christopher Di Bella,"`D101922 <https://llvm.org/D102789>`_",
[range.iter.op.distance],ranges::distance,"[iterator.concepts], [range.range], [range.sized]",Christopher Di Bella,"`D102789 <https://llvm.org/D102789>`_",
[range.iter.op.next],ranges::next,[iterator.concepts],Christopher Di Bella,"`D102563 <https://llvm.org/D102563>`_",
[range.iter.op.prev],ranges::prev,[iterator.concepts],Christopher Di Bella,"`D102564 <https://llvm.org/D102564>`_",
[predef.iterators],Updates to predefined iterators.,"[iterator.concepts], [iterator.cust.swap], [iterator.cust.move]",,,

1 Section Description Dependencies Assignee Patch Complete
25 [range.iter.op.next] ranges::next [iterator.concepts] Christopher Di Bella `D102563 <https://llvm.org/D102563>`_
26 [range.iter.op.prev] ranges::prev [iterator.concepts] Christopher Di Bella `D102564 <https://llvm.org/D102564>`_
27 [predef.iterators] Updates to predefined iterators. [iterator.concepts], [iterator.cust.swap], [iterator.cust.move]
28 [move.sentinel] [concepts] … Note: for testing it may be beneficial to have completed [predef.iterators].
29 [common.iterator] [iterator.concepts], [iterator.cust.swap], [iterator.cust.move]
30 [default.sentinels] The empty std::default_sentinel_t.
31 [counted.iterator] [iterator.concepts], [iterator.cust.swap], [iterator.cust.move], [default.sentinels]