[libcxx-commits] [libcxx] e1f7edb - [libc++][ranges][NFC] Fix an inconsistent patch link on the Ranges status page.
Konstantin Varlamov via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 1 16:51:34 PST 2022
Author: Konstantin Varlamov
Date: 2022-02-01T16:50:33-08:00
New Revision: e1f7edb64b8327245c8a8ca71ecf0f164e589769
URL: https://github.com/llvm/llvm-project/commit/e1f7edb64b8327245c8a8ca71ecf0f164e589769
DIFF: https://github.com/llvm/llvm-project/commit/e1f7edb64b8327245c8a8ca71ecf0f164e589769.diff
LOG: [libc++][ranges][NFC] Fix an inconsistent patch link on the Ranges status page.
Added:
Modified:
libcxx/docs/Status/RangesPaper.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/RangesPaper.csv b/libcxx/docs/Status/RangesPaper.csv
index 09fc8bdf906a..e6fddabbd744 100644
--- a/libcxx/docs/Status/RangesPaper.csv
+++ b/libcxx/docs/Status/RangesPaper.csv
@@ -125,7 +125,7 @@ Section,Description,Dependencies,Assignee,Complete
| `ranges::view <https://llvm.org/D101547>`_",[range.range],Louis Dionne,✅
`[range.refinements] <https://wg21.link/range.refinements>`_,"| `ranges::output_range <https://llvm.org/D106704>`_
| `ranges::input_range <https://llvm.org/D100271>`_
-| `ranges::forward_range: `D100275 <https://llvm.org/D100275>`_
+| `ranges::forward_range <https://llvm.org/D100275>`_
| `ranges::bidirectional_range <https://llvm.org/D100278>`_
| `ranges::random_access_range <https://llvm.org/D101316>`_
| `ranges::contiguous_range <https://llvm.org/D104262>`_
More information about the libcxx-commits
mailing list