[libcxx-commits] [libcxx] [libc++][memory] P2868R1: Removing deprecated typedef `std::allocator::is_always_equal` (PR #78562)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 18 07:47:33 PST 2024
================
@@ -0,0 +1,34 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20, c++23
+
+// <memory>
+
+// Check that the following nested types are removed in C++20:
----------------
philnik777 wrote:
```suggestion
// Check that the following nested types are removed in C++26:
```
https://github.com/llvm/llvm-project/pull/78562
More information about the libcxx-commits
mailing list