[libcxx-commits] [libcxx] [libc++][iterator] P2997R1: Removing the common reference requirement from the indirectly invocable concepts (PR #98817)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jul 14 08:34:38 PDT 2024
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 677cc15e0ff2e0e6aa30538eb187990a6a8f53c0...cc03da6814b877bbf63935a0f7238a6449b0b2f9 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 2024-07-14 15:30:34.000000 +0000
+++ generate_feature_test_macro_components.py 2024-07-14 15:34:14.189375 +0000
@@ -991,11 +991,11 @@
},
{
"name": "__cpp_lib_ranges",
"values": {
"c++20": 202207,
- "c++26": 202406, # P2997R1 Removing the common reference requirement from the indirectly invocable concepts
+ "c++26": 202406, # P2997R1 Removing the common reference requirement from the indirectly invocable concepts
},
"headers": ["algorithm", "functional", "iterator", "memory", "ranges"],
},
{
"name": "__cpp_lib_ranges_as_const",
``````````
</details>
https://github.com/llvm/llvm-project/pull/98817
More information about the libcxx-commits
mailing list