
14 Jan
2009
14 Jan
'09
1:05 p.m.
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