21 Nov
2007
21 Nov
'07
9:07 p.m.
Hi, since ptr_vector are non copyable, how would i got baout making assignment from one ptr_vector to another.. i.e. ptr_vector<Foo> t; ptr_vector<Foo> t2; // some coding. t = t2;