I want to inherit from std::map, but as far as I know std::map hasn't any virtual destructor.
std::map
Is it therefore possible to call std::map's destructor explicitly in my destructor to ensure proper object destruction?
No comments:
Post a Comment