From: cadiolis (cadiolis_at_[hidden])
Date: 2002-11-12 12:59:04


I know that the destructor of shared_ptr will call delete for its
contents, but what about erasing a member using the standard erase()
function in vector?