[libcxx-commits] [libcxx] [libc++] Granularize the <new> header (PR #119270)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 10 12:55:58 PST 2024


================
@@ -0,0 +1,100 @@
+//===----------------------------------------------------------------------===//
----------------
philnik777 wrote:

I'd be fine with that as well, but note that `__construct_at` uses placement new, so moving that into its own header would make `construct_at.h` quite a bit smaller.

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


More information about the libcxx-commits mailing list