23 Aug
2005
23 Aug
'05
4:48 p.m.
On 8/23/05, Thomas Matelich
I'm looking at ptr_vector to replace our wrapper around vector
. How do I correctly write the following: ptr_vector<T> a; ptr_vector<T> b; ... b.push_back(a.begin());
b.push_back(new T(*a.begin()));
Thanks, Tom
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- Felipe Magno de Almeida Developer from synergy and Computer Science student from State University of Campinas(UNICAMP). Unicamp: http://www.ic.unicamp.br Synergy: http://www.synergy.com.br "There is no dark side of the moon really. Matter of fact it's all dark."