[libcxx-commits] [libcxx] [libc++] Bump `__cpp_lib_constexpr_algorithms` for P2562R1 in C++26 (PR #132075)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 19 11:27:44 PDT 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r e1f4daf836e24d9c39fdd4fda84c01e4af31fd65...a8bc480f503029f176e40828cd13344c85c8c9bd libcxx/utils/generate_feature_test_macro_components.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- generate_feature_test_macro_components.py 2025-03-19 18:21:34.000000 +0000
+++ generate_feature_test_macro_components.py 2025-03-19 18:27:14.710359 +0000
@@ -318,11 +318,11 @@
},
{
"name": "__cpp_lib_constexpr_algorithms",
"values": {
"c++20": 201806,
- "c++26": 202306, # P2562R1 constexpr Stable Sorting
+ "c++26": 202306, # P2562R1 constexpr Stable Sorting
},
"headers": ["algorithm", "utility"],
},
{
"name": "__cpp_lib_constexpr_bitset",
``````````
</details>
https://github.com/llvm/llvm-project/pull/132075
More information about the libcxx-commits
mailing list