Re: destructor
- Posted by DerekParnell (admin) Mar 15, 2009
- 948 views
jeremy said...
I believe we will no longer have to call delete because map/stack will not have to allocate/manage it's own item in a sequences table?
Exactly. We will no longer HAVE to call delete(), but doing so is not actually wrong or going to cause a problem.
We need an explicit delete mechanism because sometimes one needs to delete a map/whatever before it goes out of scope.
All I'm saying is that PBR and UDT dtors are not essential to having v4.0 ship.