[libcxx-commits] [libcxx] [libc++] Adds __cpp_lib_three_way_comparison FTM. (PR #91515)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 9 08:09:22 PDT 2024
================
@@ -1236,7 +1236,8 @@ def add_version_header(tc):
},
{
"name": "__cpp_lib_three_way_comparison",
- "values": {"c++20": 201907},
+ "values": {"c++20": 201711},
+ # {"c++20": 201711} # P1614R2 The Mothership has Landed (see P1902R1 Missing feature-test macros 2017-2019)
----------------
mordante wrote:
Basically P1614R2 sets a different FTM instead of bumping this one. P1902R1 changes P1614R2 to bump this FTM instead.
https://github.com/llvm/llvm-project/pull/91515
More information about the libcxx-commits
mailing list