[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
       
    Mon May 20 06:57:02 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:
Thanks! This seems copy-paste programming ;-)
https://github.com/llvm/llvm-project/pull/91515
    
    
More information about the libcxx-commits
mailing list