[libcxx-commits] [libcxx] 1295694 - [libc++][NFC] Add missing link to a ranges review
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 24 08:37:43 PDT 2021
Author: Louis Dionne
Date: 2021-09-24T11:37:38-04:00
New Revision: 1295694364d0698f991b458f2ea23f33a064db0a
URL: https://github.com/llvm/llvm-project/commit/1295694364d0698f991b458f2ea23f33a064db0a
DIFF: https://github.com/llvm/llvm-project/commit/1295694364d0698f991b458f2ea23f33a064db0a.diff
LOG: [libc++][NFC] Add missing link to a ranges review
Added:
Modified:
libcxx/docs/Status/RangesPaper.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/RangesPaper.csv b/libcxx/docs/Status/RangesPaper.csv
index fcdbe8fb61dd1..899cdb2b3bd0c 100644
--- a/libcxx/docs/Status/RangesPaper.csv
+++ b/libcxx/docs/Status/RangesPaper.csv
@@ -49,7 +49,8 @@ Section,Description,Dependencies,Assignee,Complete
| `bidirectional_iterator <https://llvm.org/D100278>`_
| `random_access_iterator <https://llvm.org/D101316>`_
| `contiguous_iterator <https://llvm.org/D101396>`_",,Various,✅
-`[indirectcallable.indirectinvocable] <http://wg21.link/indirectcallable.indirectinvocable>`_,"| indirectly_unary_invocable
+`[indirectcallable.indirectinvocable] <http://wg21.link/indirectcallable.indirectinvocable>`_,"
+| `indirectly_unary_invocable <https://llvm.org/D101277>`_
| `indirectly_regular_unary_invocable <https://llvm.org/D101277>`_
| `indirectly_unary_predicate <https://llvm.org/D101277>`_
| `indirectly_binary_predicate <https://llvm.org/D101277>`_
More information about the libcxx-commits
mailing list