[libcxx-commits] [libcxx] ddfd89a - [libc++][Docs] Mark P1353R0 as complete (#123020)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 19 07:00:31 PST 2025
Author: A. Jiang
Date: 2025-01-19T23:00:27+08:00
New Revision: ddfd89ae442618e86d30a260a854f89512b58167
URL: https://github.com/llvm/llvm-project/commit/ddfd89ae442618e86d30a260a854f89512b58167
DIFF: https://github.com/llvm/llvm-project/commit/ddfd89ae442618e86d30a260a854f89512b58167.diff
LOG: [libc++][Docs] Mark P1353R0 as complete (#123020)
Library feature-test macros added by P1353R0 are already implemented.
- `__cpp_lib_destroying_delete` was added by
ae02e8944807c7b611ca3645a983c62d464f27a4
(https://reviews.llvm.org/D55840) in LLVM 9.
- `__cpp_lib_three_way_comparison` was added by #91515 in LLVM 19.
Added:
Modified:
libcxx/docs/Status/Cxx20Papers.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/Cxx20Papers.csv b/libcxx/docs/Status/Cxx20Papers.csv
index 66cb1012eceb99..524c6d0ac8be04 100644
--- a/libcxx/docs/Status/Cxx20Papers.csv
+++ b/libcxx/docs/Status/Cxx20Papers.csv
@@ -79,7 +79,7 @@
"`P1236R1 <https://wg21.link/P1236R1>`__","Alternative Wording for P0907R4 Signed Integers are Two's Complement","2018-11 (San Diego)","","",""
"`P1248R1 <https://wg21.link/P1248R1>`__","Remove CommonReference requirement from StrictWeakOrdering (a.k.a Fixing Relations)","2018-11 (San Diego)","|Complete|","13",""
"`P1285R0 <https://wg21.link/P1285R0>`__","Improving Completeness Requirements for Type Traits","2018-11 (San Diego)","","",""
-"`P1353R0 <https://wg21.link/P1353R0>`__","Missing feature test macros","2018-11 (San Diego)","|In Progress|","",""
+"`P1353R0 <https://wg21.link/P1353R0>`__","Missing feature test macros","2018-11 (San Diego)","|Complete|","19",""
"","","","","",""
"`P0339R6 <https://wg21.link/P0339R6>`__","polymorphic_allocator<> as a vocabulary type","2019-02 (Kona)","|Complete|","16",""
"`P0340R3 <https://wg21.link/P0340R3>`__","Making std::underlying_type SFINAE-friendly","2019-02 (Kona)","|Complete|","9",""
More information about the libcxx-commits
mailing list