C++: Deleting destructors and virtual operator delete - Eli Bendersky's website
C++: Deleting destructors and virtual operator delete August 21, 2015 at 05:37 Tags C & C++ , Assembly , Compilation This post starts with a fairly obscure topic - how an overloaded operator delete behaves in light of polymorphism; amazingly, it then gets even more obscure - shedding light on the tr…