[libcxx-commits] [libcxx] b12f3ce - [libcxx][nfc] Assign [ranges.primitives] in "RangesStatus."
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 14 16:11:17 PDT 2021
Author: zoecarver
Date: 2021-04-14T16:09:45-07:00
New Revision: b12f3ce47f8983b847b6aa055859dd6fac9e2db0
URL: https://github.com/llvm/llvm-project/commit/b12f3ce47f8983b847b6aa055859dd6fac9e2db0
DIFF: https://github.com/llvm/llvm-project/commit/b12f3ce47f8983b847b6aa055859dd6fac9e2db0.diff
LOG: [libcxx][nfc] Assign [ranges.primitives] in "RangesStatus."
Added:
Modified:
libcxx/docs/OneRangesProposalStatus.csv
Removed:
################################################################################
diff --git a/libcxx/docs/OneRangesProposalStatus.csv b/libcxx/docs/OneRangesProposalStatus.csv
index 918b9b09a5b0..e99d56cbe9ae 100644
--- a/libcxx/docs/OneRangesProposalStatus.csv
+++ b/libcxx/docs/OneRangesProposalStatus.csv
@@ -37,7 +37,7 @@ bidirectional_iterator: D100278",
[ranges.syn]: pt. 1,All the stuff not specified elsewhere. ,"[range.access], [iterator.concepts], [range.all], [range.subrange], unreachable, [range.empty]",,,
[ranges.syn]: pt. 2,"iterator_t, sentinel_t, and safe_iterator_t",[range.access],Christopher Di Bella,"D100255, D100269",
[range.access],"ranges::begin, end, cbegin, cend, rbegin, rend, crbegin, and crend",[iterator.concepts],Christopher Di Bella,D100255,
-[ranges.primitives],"size, empty, data, and cdata",[iterator.concepts],,,
+[ranges.primitives],"size, empty, data, and cdata",[iterator.concepts],Zoe Carver,,
[range.range],,[range.access],,,
[range.sized],,"[range.primitives], [range.range]",,,
[range.view],View and enable_view,[range.range],,,
More information about the libcxx-commits
mailing list