So I\'m trying to get rid of my std::vector\'s by using boost::ptr_vector. Now I\'m trying to remove an element from one, and have the removed element deleted as well. The m
The semantics of ptr_vector are very similar to a regular vector. You have to find an element before you can erase it.
ptr_vector
vector