[libcxx-commits] [libcxx] [libc++] P2602R2 Poison Pills are Too Toxic (PR #74534)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 5 15:02:59 PST 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 11ba327e69531255eae550d4de1eb07cd8c1ad39..aaccb9e13618517803df1230741b02b4c5ee08c7 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-12-05 22:46:55.000000 +0000
+++ generate_feature_test_macro_components.py	2023-12-05 23:02:51.943125 +0000
@@ -880,11 +880,11 @@
             "values": {"c++14": 201304},
             "headers": ["iomanip"],
         },
         {
             "name": "__cpp_lib_ranges",
-            "values": {"c++20": 202211}, # DR P2602R2 Poison Pills are Too Toxic
+            "values": {"c++20": 202211},  # DR P2602R2 Poison Pills are Too Toxic
             "headers": ["algorithm", "functional", "iterator", "memory", "ranges"],
         },
         {
             "name": "__cpp_lib_ranges_as_const",
             "values": {

``````````

</details>


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


More information about the libcxx-commits mailing list