On Friday, 18 March 2016 at 10:20:40 UTC, Temtaime wrote:
Hi ! I wonder if i can rely on this code :http://dpaste.dzfl.pl/745cc5b1cdfb There's two questions: 1) Is dtors always called in reverse order ?
yes
yes. destroy calls __dtor() which recursively call __dtor() on its members2) Is all the dtors always called when i call destroy ?
Thanks for a reply !