
24 Oct
2012
24 Oct
'12
5:01 p.m.
On Wed, Oct 24, 2012 at 8:42 AM, Rutger ter Borg <rutger@terborg.net>
That, or what about defining operators new and delete for those types?
The problem is that operator delete only gets a void *, so there's the risk of it being called incorrectly. Moreover, operator delete has to be a member of the type, and I don't control the type, it comes from libXML2, as I said in my first post.