[libcxx-commits] [libcxx] 167b2db - [libcxx][docs] Mark LWG3153 as complete
Joe Loser via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 31 11:00:01 PDT 2021
Author: Joe Loser
Date: 2021-08-31T13:54:10-04:00
New Revision: 167b2dbde4cd9da17980a5dce0dd1654cae3fff5
URL: https://github.com/llvm/llvm-project/commit/167b2dbde4cd9da17980a5dce0dd1654cae3fff5
DIFF: https://github.com/llvm/llvm-project/commit/167b2dbde4cd9da17980a5dce0dd1654cae3fff5.diff
LOG: [libcxx][docs] Mark LWG3153 as complete
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D108967
Added:
Modified:
libcxx/docs/Status/Cxx20Issues.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/Cxx20Issues.csv b/libcxx/docs/Status/Cxx20Issues.csv
index 8128fe06caa1f..a362f53ce1986 100644
--- a/libcxx/docs/Status/Cxx20Issues.csv
+++ b/libcxx/docs/Status/Cxx20Issues.csv
@@ -125,7 +125,7 @@
"`3145 <https://wg21.link/LWG3145>`__","``file_clock``\ breaks ABI for C++17 implementations","San Diego","|Complete|",""
"`3147 <https://wg21.link/LWG3147>`__","Definitions of ""likely"" and ""unlikely"" are likely to cause problems","San Diego","",""
"`3148 <https://wg21.link/LWG3148>`__","``<concepts>``\ should be freestanding","San Diego","",""
-"`3153 <https://wg21.link/LWG3153>`__","``Common``\ and ``common_type``\ have too little in common","San Diego","",""
+"`3153 <https://wg21.link/LWG3153>`__","``Common``\ and ``common_type``\ have too little in common","San Diego","|Complete|","13.0"
"`3154 <https://wg21.link/LWG3154>`__","``Common``\ and ``CommonReference``\ have a common defect","San Diego","",""
"","","","",""
"`3012 <https://wg21.link/LWG3012>`__","``atomic<T>``\ is unimplementable for non-``is_trivially_copy_constructible T``\ ","Kona","",""
More information about the libcxx-commits
mailing list