[libcxx-commits] [libcxx] fe319a8 - [libcxx][docs] Add two locks: transform_view and take_view.
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 13 11:49:30 PDT 2021
Author: zoecarver
Date: 2021-05-13T11:49:20-07:00
New Revision: fe319a8848f2343829925850a3969861d8d6a64c
URL: https://github.com/llvm/llvm-project/commit/fe319a8848f2343829925850a3969861d8d6a64c
DIFF: https://github.com/llvm/llvm-project/commit/fe319a8848f2343829925850a3969861d8d6a64c.diff
LOG: [libcxx][docs] Add two locks: transform_view and take_view.
Assign myself both of these views.
Added:
Modified:
libcxx/docs/OneRangesProposalStatus.csv
Removed:
################################################################################
diff --git a/libcxx/docs/OneRangesProposalStatus.csv b/libcxx/docs/OneRangesProposalStatus.csv
index ac6cdd677f24..17bdc28528b7 100644
--- a/libcxx/docs/OneRangesProposalStatus.csv
+++ b/libcxx/docs/OneRangesProposalStatus.csv
@@ -49,9 +49,9 @@ bidirectional_range: `D100278 <https://llvm.org/D100278>`_",
[range.all],view::all,"[range.subrange], [range.view.ref]",Zoe Carver,`D102028 <https://llvm.org/D102028>`_,
[range.view.ref],ref-view,[view.interface],Zoe Carver,`D102020 <https://llvm.org/D102020>`_,
[range.filter],filter_view,[range.all],Louis Dionne,,
-[range.transform],transform_view,[range.all],,,
+[range.transform],transform_view,[range.all],Zoe Carver,,
[range.iota],iota_view,[range.all],Louis Dionne,,
-[range.take],take_view,[range.all],,,
+[range.take],take_view,[range.all],Zoe Carver,,
[range.join],join_view,[range.all],Christopher Di Bella,,
[range.empty],empty_view,[view.interface],,,
[range.single],single_view,[view.interface],,,
More information about the libcxx-commits
mailing list