[libc] [clang] [lld] [libcxx] [llvm] [flang] [compiler-rt] [clang-tools-extra] [libc++][memory] P2652R2: Disallow Specialization of `allocator_traits` (PR #79978)

Hristo Hristov via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 31 09:24:54 PST 2024


================
@@ -88,9 +88,9 @@ def add_version_header(tc):
         {
             "name": "__cpp_lib_allocate_at_least",
             "values": {
-                "c++23": 202106,
+                # "c++23": 202106,  # P0401R6 Providing size feedback in the Allocator interface
----------------
Zingam wrote:

```suggestion
```

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


More information about the cfe-commits mailing list