On 25/04/12 21:48, Ivan Erceg wrote:
VC++10's std::make_shared is still much faster (almost 35% faster than
boost::shared_ptr) and we will be switching to it once we switch to VC++10.
std::shared_ptr is probably optimized for empty or default deleters.