[libcxx-commits] [libcxx] [libc++] Granularize the <new> header (PR #119270)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 10 08:55:43 PST 2024
================
@@ -0,0 +1,100 @@
+//===----------------------------------------------------------------------===//
----------------
philnik777 wrote:
I'm not a huge fan of `operators.h`, since we have quite a few very similar headers which have nothing actually in common (`{__exception,__filesystem,__functional}/operations.h`). I realize that I'm at least partially at fault, but if we can find a better name it'd be good to avoid IMO.
Thinking a bit more about it, maybe we could have `global_new_delete.h` and `placement_new_delete.h`. They don't really have much to do with each other and are used in quite different places usually.
https://github.com/llvm/llvm-project/pull/119270
More information about the libcxx-commits
mailing list