[flang-commits] [flang] [compiler-rt] [libcxx] [clang-tools-extra] [lld] [libc] [clang] [llvm] [libc++][memory] P2652R2: Disallow Specialization of `allocator_traits` (PR #79978)
Nikolas Klauser via flang-commits
flang-commits at lists.llvm.org
Wed Jan 31 05:27:03 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
----------------
philnik777 wrote:
This line isn't needed anymore.
https://github.com/llvm/llvm-project/pull/79978
More information about the flang-commits
mailing list