[libcxx-commits] [libcxx] 79b917b - [libc++] Mark LWG3349 as complete
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 19 22:07:01 PST 2023
Author: Nikolas Klauser
Date: 2023-01-20T07:06:50+01:00
New Revision: 79b917b6e89a1cd2224e5009c02c8757fe5b9095
URL: https://github.com/llvm/llvm-project/commit/79b917b6e89a1cd2224e5009c02c8757fe5b9095
DIFF: https://github.com/llvm/llvm-project/commit/79b917b6e89a1cd2224e5009c02c8757fe5b9095.diff
LOG: [libc++] Mark LWG3349 as complete
Added:
Modified:
libcxx/docs/Status/Cxx20Issues.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/Cxx20Issues.csv b/libcxx/docs/Status/Cxx20Issues.csv
index d724dfc67ac4..db0546147f1a 100644
--- a/libcxx/docs/Status/Cxx20Issues.csv
+++ b/libcxx/docs/Status/Cxx20Issues.csv
@@ -261,7 +261,7 @@
"`3346 <https://wg21.link/LWG3346>`__","``pair``\ and ``tuple``\ copy and move constructor have backwards specification","Prague","",""
"`3347 <https://wg21.link/LWG3347>`__","``std::pair<T, U>``\ now requires ``T``\ and ``U``\ to be less-than-comparable","Prague","",""
"`3348 <https://wg21.link/LWG3348>`__","``__cpp_lib_unwrap_ref``\ in wrong header","Prague","|Complete|","12.0"
-"`3349 <https://wg21.link/LWG3349>`__","Missing ``__cpp_lib_constexpr_complex``\ for P0415R1","Prague","",""
+"`3349 <https://wg21.link/LWG3349>`__","Missing ``__cpp_lib_constexpr_complex``\ for P0415R1","Prague","|Complete|","16.0"
"`3350 <https://wg21.link/LWG3350>`__","Simplify return type of ``lexicographical_compare_three_way``\ ","Prague","","","|spaceship|"
"`3351 <https://wg21.link/LWG3351>`__","``ranges::enable_safe_range``\ should not be constrained","Prague","|Complete|","15.0","|ranges|"
"`3352 <https://wg21.link/LWG3352>`__","``strong_equality``\ isn't a thing","Prague","|Nothing To Do|","","|spaceship|"
More information about the libcxx-commits
mailing list