[libcxx-commits] [libcxx] [libc++] Make std::allocator always trivially default constructible (PR #169914)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 10 08:05:36 PST 2025
================
@@ -0,0 +1,23 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+//
+
+// Make sure that std::allocator<T> is trivial.
+
+// <memory>
+
+#include <memory>
+#include <string>
----------------
ldionne wrote:
`<type_traits>`
https://github.com/llvm/llvm-project/pull/169914
More information about the libcxx-commits
mailing list