[libcxx-commits] [libcxx] 571e4f2 - Mark LWG 2426 as complete.

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 14 13:43:09 PDT 2023


Author: eric
Date: 2023-09-14T16:42:57-04:00
New Revision: 571e4f233ba99c09d5a34d4676c6479ec84dc48a

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

LOG: Mark LWG 2426 as complete.

Atomic is implemented by Clang, and Clang already implements the
behavior in the DR. This was initially noticed by Zoe Carver.

Added: 
    

Modified: 
    libcxx/docs/Status/Cxx17Issues.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/Cxx17Issues.csv b/libcxx/docs/Status/Cxx17Issues.csv
index b847fdd2cdcf3e3..bc231c8e8a1b42f 100644
--- a/libcxx/docs/Status/Cxx17Issues.csv
+++ b/libcxx/docs/Status/Cxx17Issues.csv
@@ -138,7 +138,7 @@
 "`2328 <https://wg21.link/LWG2328>`__","Rvalue stream extraction should use perfect forwarding","Oulu","|Complete|",""
 "`2393 <https://wg21.link/LWG2393>`__","std::function's Callable definition is broken","Oulu","|Complete|",""
 "`2422 <https://wg21.link/LWG2422>`__","``std::numeric_limits<T>::is_modulo``\  description: ""most machines"" errata","Oulu","|Complete|",""
-"`2426 <https://wg21.link/LWG2426>`__","Issue about compare_exchange","Oulu","",""
+"`2426 <https://wg21.link/LWG2426>`__","Issue about compare_exchange","Oulu","|Complete|",""
 "`2436 <https://wg21.link/LWG2436>`__","Comparators for associative containers should always be CopyConstructible","Oulu","|Complete|",""
 "`2441 <https://wg21.link/LWG2441>`__","Exact-width atomic typedefs should be provided","Oulu","|Complete|",""
 "`2451 <https://wg21.link/LWG2451>`__","[fund.ts.v2] optional should 'forward' T's implicit conversions","Oulu","|Nothing To Do|",""


        


More information about the libcxx-commits mailing list