[libcxx-commits] [libcxx] [libc++][memory] P2652R2 - Disallow Specialization of `allocator_traits` (PR #79978)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 30 02:46:07 PST 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 e5054fb5c660cb81d1f96498e39662914a92a167...3182aa3f8c28f2925aa28ca003df18316f2dbf24 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-01-30 10:43:21.000000 +0000
+++ generate_feature_test_macro_components.py 2024-01-30 10:46:00.339929 +0000
@@ -87,12 +87,12 @@
},
{
"name": "__cpp_lib_allocate_at_least",
"values": {
# "c++23": 202106, # P0401R6 Providing size feedback in the Allocator interface
- "c++23": 202302, # LWG3887 Version macro for allocate_at_least
- # P2652R2 Disallow User Specialization of allocator_traits
+ "c++23": 202302, # LWG3887 Version macro for allocate_at_least
+ # P2652R2 Disallow User Specialization of allocator_traits
},
"headers": ["memory"],
},
{
"name": "__cpp_lib_allocator_traits_is_always_equal",
``````````
</details>
https://github.com/llvm/llvm-project/pull/79978
More information about the libcxx-commits
mailing list