$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: Ivan Erceg (ierceg_at_[hidden])
Date: 2012-04-25 18:45:49
Yuriy Zubritsky <mt.wizard <at> gmail.com> writes:
>
> I've discovered the same problem a year ago and got own fix for it. It
> outperforms both old boost::make_shared and std::make_shared (just a bit
> for the last one).
>
I would be very much interested in seeing your fix especially since it's faster
than mine.
Thanks,
Ivan