[libcxx-commits] [libcxx] [libc++][type_traits] P2647R1: A trait for implicit lifetime types (PR #106870)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Aug 31 13:43:15 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 ec588175370a32dd40df86dc4672e65926817f25...0ab51dc3bb07d6cc9627193bfc0a4d57bac7b4c6 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-08-31 20:38:48.000000 +0000
+++ generate_feature_test_macro_components.py 2024-08-31 20:42:42.533227 +0000
@@ -747,11 +747,11 @@
"values": {"c++23": 202302},
"headers": ["type_traits"],
"test_suite_guard": "__has_builtin(__builtin_is_implicit_lifetime)",
"libcxx_guard": "__has_builtin(__builtin_is_implicit_lifetime)",
"unimplemented": True,
- },
+ },
{
"name": "__cpp_lib_is_invocable",
"values": {"c++17": 201703},
"headers": ["type_traits"],
},
``````````
</details>
https://github.com/llvm/llvm-project/pull/106870
More information about the libcxx-commits
mailing list