[libcxx-commits] [libcxx] 254ee89 - [libc++][ranges][NFC] On the Ranges status page, fix some broken links.
Konstantin Varlamov via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 4 11:59:02 PST 2022
Author: Konstantin Varlamov
Date: 2022-02-04T11:58:35-08:00
New Revision: 254ee89c7a4de8b5f638fda4543cb481bde42db4
URL: https://github.com/llvm/llvm-project/commit/254ee89c7a4de8b5f638fda4543cb481bde42db4
DIFF: https://github.com/llvm/llvm-project/commit/254ee89c7a4de8b5f638fda4543cb481bde42db4.diff
LOG: [libc++][ranges][NFC] On the Ranges status page, fix some broken links.
Added:
Modified:
libcxx/docs/Status/RangesPaper.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/RangesPaper.csv b/libcxx/docs/Status/RangesPaper.csv
index 7c654c70f1723..5c6ec87baf564 100644
--- a/libcxx/docs/Status/RangesPaper.csv
+++ b/libcxx/docs/Status/RangesPaper.csv
@@ -57,14 +57,14 @@ Section,Description,Dependencies,Assignee,Complete
| `indirectly_equivalence_relation <https://llvm.org/D101277>`_
| `indirectly_strict_weak_order <https://llvm.org/D101277>`_",[readable.traits],Louis Dionne,✅
`[projected] <https://wg21.link/projected>`_,`ranges::projected <https://llvm.org/D101277>`_,[iterator.concepts],Louis Dionne,✅
-`[common.alg.req] <https://wg21.link/common.alg.req>`_: pt. 1,"| `indirectly_movable <https://llvm.org/D102639>`_
+`[alg.req] <https://wg21.link/alg.req>`_: pt. 1,"| `indirectly_movable <https://llvm.org/D102639>`_
| `indirectly_movable_storable <https://llvm.org/D102639>`_
| `indirectly_copyable <https://llvm.org/D118432>`_
| `indirectly_copyable_storable <https://llvm.org/D118432>`_",[iterator.concepts],Zoe Carver and Konstantin Varlamov,✅
-`[common.alg.req] <https://wg21.link/common.alg.req>`_: pt. 2,`indirectly_swappable <https://llvm.org/D105304>`_,"| [iterator.concepts]
+`[alg.req] <https://wg21.link/alg.req>`_: pt. 2,`indirectly_swappable <https://llvm.org/D105304>`_,"| [iterator.concepts]
| [iterator.cust.swap]",Zoe Carver,✅
-`[common.alg.req] <https://wg21.link/common.alg.req>`_: pt. 3,`indirectly_comparable <https://llvm.org/D116268>`_,[projected],Nikolas Klauser,✅
-`[common.alg.req] <https://wg21.link/common.alg.req>`_: pt. 4,"| permutable
+`[alg.req] <https://wg21.link/alg.req>`_: pt. 3,`indirectly_comparable <https://llvm.org/D116268>`_,[projected],Nikolas Klauser,✅
+`[alg.req] <https://wg21.link/alg.req>`_: pt. 4,"| permutable
| mergeable
| sortable",[iterator.concepts],Unassigned,Not started
`[std.iterator.tags] <https://wg21.link/std.iterator.tags>`_,"| `contiguous_iterator_tag <https://reviews.llvm.org/rG45d048c20440989df2b4e1be1f9343225e7741ab>`_
More information about the libcxx-commits
mailing list