[libcxx-commits] [libcxx] 69603ae - [libc++][doc] Don't mention Prague twice.
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Nov 7 07:21:20 PST 2021
Author: Mark de Wever
Date: 2021-11-07T16:21:05+01:00
New Revision: 69603ae90fa8d0d7cc01fb7a27fa71c4f0b6a4c5
URL: https://github.com/llvm/llvm-project/commit/69603ae90fa8d0d7cc01fb7a27fa71c4f0b6a4c5
DIFF: https://github.com/llvm/llvm-project/commit/69603ae90fa8d0d7cc01fb7a27fa71c4f0b6a4c5.diff
LOG: [libc++][doc] Don't mention Prague twice.
Added:
Modified:
libcxx/docs/Status/Cxx20Issues.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/Cxx20Issues.csv b/libcxx/docs/Status/Cxx20Issues.csv
index 06bf8cd5caf93..4f80bae0ef1b5 100644
--- a/libcxx/docs/Status/Cxx20Issues.csv
+++ b/libcxx/docs/Status/Cxx20Issues.csv
@@ -276,7 +276,7 @@
"`3367 <https://wg21.link/LWG3367>`__","Integer-class conversions should not throw","Prague","",""
"`3369 <https://wg21.link/LWG3369>`__","``span``\ 's deduction-guide for built-in arrays doesn't work","Prague","|Complete|","14.0"
"`3371 <https://wg21.link/LWG3371>`__","``visit_format_arg``\ and ``make_format_args``\ are not hidden friends","Prague","|Complete|","14.0","|format|"
-"`3372 <https://wg21.link/LWG3372>`__","``vformat_to``\ should not try to deduce ``Out``\ twice","Prague","Prague","|Complete|","14.0","|format|"
+"`3372 <https://wg21.link/LWG3372>`__","``vformat_to``\ should not try to deduce ``Out``\ twice","Prague","|Complete|","14.0","|format|"
"`3373 <https://wg21.link/LWG3373>`__","``{to,from}_chars_result``\ and ``format_to_n_result``\ need the ""we really mean what we say"" wording","Prague","","","|format|"
"`3374 <https://wg21.link/LWG3374>`__","P0653 + P1006 should have made the other ``std::to_address``\ overload ``constexpr``\ ","Prague","|Complete|","12.0"
"`3375 <https://wg21.link/LWG3375>`__","``decay``\ in ``viewable_range``\ should be ``remove_cvref``\ ","Prague","","","|ranges|"
More information about the libcxx-commits
mailing list