https://github.com/ojhunt commented:
I don't see any problem from the type aware allocators pov - to be replaceable it would take a non-template version (something like `void *operator new<std::type_identity<int>,....)`), which is a custom one, and so not going to be replaceable. https://github.com/llvm/llvm-project/pull/197199 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
