efriedma-quic wrote: Do you have a standard reference for the interaction with operator delete? My intuition would be that the lifetime of the object ends after the destructor runs... and operator delete runs after that, so the object is gone at that point. The "deleting destructor" is an ABI thing which isn't mentioned in the standard.
https://github.com/llvm/llvm-project/pull/183347 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
