Simple question here: are you allowed to explicitly delete a boost::shared_ptr yourself? Should you ever? Clarifying, I don't …
c++ boost shared-ptr boost-smart-ptrI have a problem using a shared_ptr of a base class, I can't seem to be able to call …
c++ boost dynamic-cast boost-smart-ptrI have a question about boost::shared_ptr<T>. There are lots of thread. using namespace boost; class …
c++ boost thread-safety shared-ptr boost-smart-ptr