[libcxx-commits] [libcxx] ba3adfa - [libc++] Mark LWG3200 as Nothing To Do. NFC.

Marek Kurdej via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 8 00:00:57 PST 2020


Author: Marek Kurdej
Date: 2020-12-08T09:00:45+01:00
New Revision: ba3adfad6e00cf53dd12a021182ab6c179457574

URL: https://github.com/llvm/llvm-project/commit/ba3adfad6e00cf53dd12a021182ab6c179457574
DIFF: https://github.com/llvm/llvm-project/commit/ba3adfad6e00cf53dd12a021182ab6c179457574.diff

LOG: [libc++] Mark LWG3200 as Nothing To Do. NFC.

This is only a wording change, because it is currently impossible to constrain the overload set on whether the type is complete or not.

Added: 
    

Modified: 
    libcxx/docs/Cxx2aStatusIssuesStatus.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Cxx2aStatusIssuesStatus.csv b/libcxx/docs/Cxx2aStatusIssuesStatus.csv
index 2d0af44a259e..3f371812eda7 100644
--- a/libcxx/docs/Cxx2aStatusIssuesStatus.csv
+++ b/libcxx/docs/Cxx2aStatusIssuesStatus.csv
@@ -196,7 +196,7 @@
 "`3150 <https://wg21.link/LWG3150>`__","``UniformRandomBitGenerator``\  should validate ``min``\  and ``max``\ ","Prague","",""
 "`3175 <https://wg21.link/LWG3175>`__","The ``CommonReference``\  requirement of concept ``SwappableWith``\  is not satisfied in the example","Prague","",""
 "`3194 <https://wg21.link/LWG3194>`__","``ConvertibleTo``\  prose does not match code","Prague","",""
-"`3200 <https://wg21.link/LWG3200>`__","``midpoint``\  should not constrain ``T``\  is complete","Prague","",""
+"`3200 <https://wg21.link/LWG3200>`__","``midpoint``\  should not constrain ``T``\  is complete","Prague","|Nothing To Do|",""
 "`3201 <https://wg21.link/LWG3201>`__","``lerp``\  should be marked as ``noexcept``\ ","Prague","|Complete|",""
 "`3226 <https://wg21.link/LWG3226>`__","``zoned_time``\  constructor from ``string_view``\  should accept ``zoned_time<Duration2, TimeZonePtr2>``\ ","Prague","",""
 "`3233 <https://wg21.link/LWG3233>`__","Broken requirements for ``shared_ptr``\  converting constructors","Prague","",""


        


More information about the libcxx-commits mailing list