[libcxx-commits] [libcxx] [libc++] Adds __cpp_lib_three_way_comparison FTM. (PR #91515)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 8 13:59:35 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)
----------------
ldionne wrote:
I don't understand this comment.
https://github.com/llvm/llvm-project/pull/91515
More information about the libcxx-commits
mailing list