[libcxx-commits] [libcxx] [libc++] P1789R3: Library Support for Expansion Statements (PR #167184)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Nov 8 14:25:01 PST 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 origin/main...HEAD libcxx/utils/generate_feature_test_macro_components.py
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- generate_feature_test_macro_components.py 2025-11-08 22:18:39.000000 +0000
+++ generate_feature_test_macro_components.py 2025-11-08 22:24:32.460893 +0000
@@ -764,11 +764,11 @@
},
{
"name": "__cpp_lib_integer_sequence",
"values": {
"c++14": 201304,
- "c++26": 202511, # P1789R3 Library Support for Expansion Statements
+ "c++26": 202511, # P1789R3 Library Support for Expansion Statements
},
"headers": ["utility"],
},
{
"name": "__cpp_lib_integral_constant_callable",
``````````
</details>
https://github.com/llvm/llvm-project/pull/167184
More information about the libcxx-commits
mailing list