$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] non nullable smart pointers
From: Brendan Miller (catphive_at_[hidden])
Date: 2008-11-15 14:52:12
>
> I'm not sure about documentation but make_shared is available in
> Boost: http://svn.boost.org/svn/boost/trunk/boost/make_shared.hpp
>
> Also see http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2351.htm
> and Peter Dimov's web site http://www.pdimov.com/ for more shared_ptr
> info.
Excellent!
It would be nice if boost documented this though... no one's going to
use it if they have to trawl through the header to find out about it.