[libcxx-commits] [libcxx] 855b677 - [libc++][NFC] Remove duplicated line from `Cxx20Issues.csv`
Adrian Vogelsgesang via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 13 16:34:03 PST 2023
Author: Adrian Vogelsgesang
Date: 2023-02-13T16:33:21-08:00
New Revision: 855b67799b7cfb3c71bac92d8c8bb9428c4e3896
URL: https://github.com/llvm/llvm-project/commit/855b67799b7cfb3c71bac92d8c8bb9428c4e3896
DIFF: https://github.com/llvm/llvm-project/commit/855b67799b7cfb3c71bac92d8c8bb9428c4e3896.diff
LOG: [libc++][NFC] Remove duplicated line from `Cxx20Issues.csv`
Added:
Modified:
libcxx/docs/Status/Cxx20Issues.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/Cxx20Issues.csv b/libcxx/docs/Status/Cxx20Issues.csv
index df03ca2b41d4..0b03c3536e08 100644
--- a/libcxx/docs/Status/Cxx20Issues.csv
+++ b/libcxx/docs/Status/Cxx20Issues.csv
@@ -262,7 +262,6 @@
"`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","|Complete|","16.0"
-"`3349 <https://wg21.link/LWG3349>`__","Missing ``__cpp_lib_constexpr_complex``\ for P0415R1","Prague","",""
"`3350 <https://wg21.link/LWG3350>`__","Simplify return type of ``lexicographical_compare_three_way``\ ","Prague","|Complete|","17.0","|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