[libcxx-commits] [libcxx] [libc++] Bump `__cpp_lib_constexpr_algorithms` for P2562R1 in C++26 (PR #132075)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 19 11:43:45 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
----------------
mordante wrote:
I added these comments to make it easier to find the FTM for papers when not implemented.
I don't think they add value now the paper is completed. WDYT?
```suggestion
"c++26": 202306,
```
https://github.com/llvm/llvm-project/pull/132075
More information about the libcxx-commits
mailing list