$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: chun ping wang (cablepuff_at_[hidden])
Date: 2007-11-21 16:07:26
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;