Tagged Questions

1
vote
4answers
224 views

delete overload, recursive overflow

Hey guys i wrote a quick test. I want delete to call deleteMe which will then delete itself. The purpose of this is so i can delete obj normally which are allocated by a lib. (i dont want any crashes ...