[libcxx-commits] [libcxx] 82b82b9 - Mark 2534 as Complete.
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 18 21:32:27 PST 2021
Author: zoecarver
Date: 2021-02-18T21:28:49-08:00
New Revision: 82b82b9430a7f73dbf4bc931917143ee09f48d8f
URL: https://github.com/llvm/llvm-project/commit/82b82b9430a7f73dbf4bc931917143ee09f48d8f
DIFF: https://github.com/llvm/llvm-project/commit/82b82b9430a7f73dbf4bc931917143ee09f48d8f.diff
LOG: Mark 2534 as Complete.
c90dee1 fixed LWG 1203 which supresses LWG 2534 as well.
Refs D62889.
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D96885
Added:
Modified:
libcxx/docs/Cxx1zStatusIssuesStatus.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Cxx1zStatusIssuesStatus.csv b/libcxx/docs/Cxx1zStatusIssuesStatus.csv
index c6658b018303..12a7a9906256 100644
--- a/libcxx/docs/Cxx1zStatusIssuesStatus.csv
+++ b/libcxx/docs/Cxx1zStatusIssuesStatus.csv
@@ -200,7 +200,7 @@
"`2525 <https://wg21.link/LWG2525>`__","[fund.ts.v2] get_memory_resource should be const and noexcept","Issaquah","",""
"`2527 <https://wg21.link/LWG2527>`__","[fund.ts.v2] ALLOCATOR_OF for function::operator= has incorrect default","Issaquah","",""
"`2531 <https://wg21.link/LWG2531>`__","future::get should explicitly state that the shared state is released","Issaquah","",""
-"`2534 <https://wg21.link/LWG2534>`__","Constrain rvalue stream operators","Issaquah","",""
+"`2534 <https://wg21.link/LWG2534>`__","Constrain rvalue stream operators","Issaquah","|Complete|",""
"`2536 <https://wg21.link/LWG2536>`__","What should <complex.h> do?","Issaquah","|Complete|",""
"`2540 <https://wg21.link/LWG2540>`__","unordered_multimap::insert hint iterator","Issaquah","|Complete|",""
"`2543 <https://wg21.link/LWG2543>`__","LWG 2148 (hash support for enum types) seems under-specified","Issaquah","|Complete|",""
More information about the libcxx-commits
mailing list