[libcxx-commits] [libcxx] [libc++] Bump `__cpp_lib_constexpr_algorithms` for P2562R1 in C++26 (PR #132075)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 19 11:49:07 PDT 2025


================
@@ -320,7 +320,7 @@ def add_version_header(tc):
             "name": "__cpp_lib_constexpr_algorithms",
             "values": {
                 "c++20": 201806,
-                # "c++26": 202306, # P2562R1 constexpr Stable Sorting
+                "c++26": 202306,  # P2562R1 constexpr Stable Sorting
----------------
frederick-vs-ja wrote:

Agreed. I'll remove the comments.

https://github.com/llvm/llvm-project/pull/132075


More information about the libcxx-commits mailing list