[libcxx-commits] [libcxx] [libcxx] patch for implementing ranges::find_last (PR #67270)

via libcxx-commits libcxx-commits at lists.llvm.org
Sun Sep 24 12:03:59 PDT 2023


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 68765143c6765a694d40d4c3fea43893cc025433..392dff0b9d134233e2fe1807fd27133b682822d1 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	2023-09-24 18:51:13.000000 +0000
+++ generate_feature_test_macro_components.py	2023-09-24 19:03:53.148718 +0000
@@ -451,11 +451,11 @@
             "test_suite_guard": "!defined(_LIBCPP_AVAILABILITY_HAS_NO_FILESYSTEM_LIBRARY)",
             "libcxx_guard": "!defined(_LIBCPP_AVAILABILITY_HAS_NO_FILESYSTEM_LIBRARY)",
         },
         {
             "name": "__cpp_lib_find_last",
-            "values": { "c++2b": 202207 },
+            "values": {"c++2b": 202207},
             "headers": ["algorithm"],
         },
         {
             "name": "__cpp_lib_format",
             "values": {

``````````

</details>


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


More information about the libcxx-commits mailing list