[libcxx-commits] [PATCH] D109056: [libc++][docs] Mark LWG 2447 as incomplete
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 1 05:39:35 PDT 2021
jloser created this revision.
jloser added reviewers: ldionne, Quuxplusone.
jloser requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
LWG 2447 is marked as `Complete`, but there is no `static_assert` to
reject `cv-qualified` types in `std::allocator`. See the discussion at
https://reviews.llvm.org/D108856.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D109056
Files:
libcxx/docs/Status/Cxx17Issues.csv
Index: libcxx/docs/Status/Cxx17Issues.csv
===================================================================
--- libcxx/docs/Status/Cxx17Issues.csv
+++ libcxx/docs/Status/Cxx17Issues.csv
@@ -85,7 +85,7 @@
"`2384 <https://wg21.link/LWG2384>`__","Allocator's ``deallocate``\ function needs better specification","Kona","|Complete|",""
"`2385 <https://wg21.link/LWG2385>`__","``function::assign``\ allocator argument doesn't make sense","Kona","|Complete|",""
"`2435 <https://wg21.link/LWG2435>`__","``reference_wrapper::operator()``\ 's Remark should be deleted","Kona","|Complete|",""
-"`2447 <https://wg21.link/LWG2447>`__","Allocators and ``volatile``\ -qualified value types","Kona","|Complete|",""
+"`2447 <https://wg21.link/LWG2447>`__","Allocators and ``volatile``\ -qualified value types","Kona","",""
"`2462 <https://wg21.link/LWG2462>`__","``std::ios_base::failure``\ is overspecified","Kona","|Complete|",""
"`2466 <https://wg21.link/LWG2466>`__","``allocator_traits::max_size()``\ default behavior is incorrect","Kona","|Complete|",""
"`2469 <https://wg21.link/LWG2469>`__","Wrong specification of Requires clause of ``operator[]``\ for ``map``\ and ``unordered_map``\ ","Kona","|Complete|",""
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109056.369907.patch
Type: text/x-patch
Size: 1217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210901/ed2bb1ac/attachment.bin>
More information about the libcxx-commits
mailing list