I would like to enable support for C++0x in GCC with -std=c++0x
. I don\'t absolutely necessarily need any of the currently supported C++11 features in GCC 4.5 (
Aside from implementation consistency, boost::shared_ptr
currently retains at least two niche advantages over std::shared_ptr
:
boost::shared_ptr
's support for type-erased custom deleters, but doesn't yet do the same for std::shared_ptr.