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

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 10 12:51:27 PST 2024


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

How about simply `operator_new_delete.h`?

We generally use `std::__construct_at` instead of direct placement-new, so IMO there's not that much value in separating both into separate headers.

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


More information about the libcxx-commits mailing list