[libcxx-commits] [libcxx] a64e468 - [libc++][NFC] Update status of old issue LWG2560 -- we implement it properly
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 24 11:22:13 PDT 2021
Author: Louis Dionne
Date: 2021-09-24T14:22:09-04:00
New Revision: a64e46880c23494ab0d87d72a3ea6618fc04bd91
URL: https://github.com/llvm/llvm-project/commit/a64e46880c23494ab0d87d72a3ea6618fc04bd91
DIFF: https://github.com/llvm/llvm-project/commit/a64e46880c23494ab0d87d72a3ea6618fc04bd91.diff
LOG: [libc++][NFC] Update status of old issue LWG2560 -- we implement it properly
Added:
Modified:
libcxx/docs/Status/Cxx17Issues.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/Cxx17Issues.csv b/libcxx/docs/Status/Cxx17Issues.csv
index 090e12ffd9af..27f0e660d4ad 100644
--- a/libcxx/docs/Status/Cxx17Issues.csv
+++ b/libcxx/docs/Status/Cxx17Issues.csv
@@ -114,7 +114,7 @@
"`2557 <https://wg21.link/LWG2557>`__","Logical operator traits are broken in the zero-argument case","Jacksonville","|Complete|",""
"`2558 <https://wg21.link/LWG2558>`__","[fund.ts.v2] Logical operator traits are broken in the zero-argument case","Jacksonville","|Complete|",""
"`2559 <https://wg21.link/LWG2559>`__","Error in LWG 2234's resolution","Jacksonville","|Complete|",""
-"`2560 <https://wg21.link/LWG2560>`__","``is_constructible``\ underspecified when applied to a function type","Jacksonville","Broken in 3.6; See r261653.",""
+"`2560 <https://wg21.link/LWG2560>`__","``is_constructible``\ underspecified when applied to a function type","Jacksonville","|Complete|",""
"`2565 <https://wg21.link/LWG2565>`__","``std::function``\ 's move constructor should guarantee nothrow for ``reference_wrapper``\ s and function pointers","Jacksonville","|Complete|",""
"`2566 <https://wg21.link/LWG2566>`__","Requirements on the first template parameter of container adaptors","Jacksonville","|Complete|",""
"`2571 <https://wg21.link/LWG2571>`__","|sect|\ [map.modifiers]/2 imposes nonsensical requirement on ``insert(InputIterator, InputIterator)``\ ","Jacksonville","|Complete|",""
More information about the libcxx-commits
mailing list