[libcxx-commits] [libcxx] [libc++] P2502R2: `std::generator` (PR #201854)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 5 07:50:01 PDT 2026
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 libcxx/utils/libcxx/header_information.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 2026-06-05 14:45:16.000000 +0000
+++ generate_feature_test_macro_components.py 2026-06-05 14:49:32.310825 +0000
@@ -719,11 +719,13 @@
"headers": ["random"],
"unimplemented": True,
},
{
"name": "__cpp_lib_generator",
- "values": {"c++23": 202207}, # P2502R2: std::generator: Synchronous Coroutine Generator for Ranges
+ "values": {
+ "c++23": 202207
+ }, # P2502R2: std::generator: Synchronous Coroutine Generator for Ranges
"headers": ["generator"],
},
{
"name": "__cpp_lib_generic_associative_lookup",
"values": {"c++14": 201304},
``````````
</details>
https://github.com/llvm/llvm-project/pull/201854
More information about the libcxx-commits
mailing list