$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Smart Ptr] make_shared slower than shared_ptr(new)on VC++9 (and 10) with fix
From: Peter Dimov (pdimov_at_[hidden])
Date: 2012-04-26 06:47:06
Stephan T. Lavavej wrote:
> I was surprised when I learned that I was apparently the first one to
> implement this - I just assumed that everyone would write it this way.
The original implementation of boost::make_shared was completely
non-intrusive. I don't think that there wasn't any real need for that, I
just felt like it. :-)