[libcxx-commits] [libcxx] [libc++] P2389R2: `dextents` Index Type Parameter (PR #97393)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 9 11:28:41 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 a1d73ace13a20ed122a66d3d59f0cbae58d0f669...17eaa03474e4c6a9712bd1b86d4aa07204f5d9d2 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-09 18:24:21.000000 +0000
+++ generate_feature_test_macro_components.py	2024-07-09 18:28:14.964901 +0000
@@ -870,11 +870,11 @@
         },
         {
             "name": "__cpp_lib_mdspan",
             "values": {
                 "c++23": 202207,
-                "c++26": 202406, # P2389R2 dextents Index Type Parameter
+                "c++26": 202406,  # P2389R2 dextents Index Type Parameter
             },
             "headers": ["mdspan"],
         },
         {
             "name": "__cpp_lib_memory_resource",

``````````

</details>


https://github.com/llvm/llvm-project/pull/97393


More information about the libcxx-commits mailing list