$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Problem with shared_ptr
From: Peter Dimov (pdimov_at_[hidden])
Date: 2009-01-14 08:05:25
Germán Diago:
...
> std::vector<boost::shared_ptr<DerivedClass> >
> result(get_base_objects.size());
You're creating a vector full of NULLs here. :-)
-- Peter Dimov http://www.pdplayer.com