$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] move() aware containers?
From: Noah Roberts (roberts.noah_at_[hidden])
Date: 2009-03-25 15:18:20
I'm reading a pre-release of a book on C++0x threading. I'm using the
boost::thread library since it's supposed to be pretty close. Now
they're using std::vector<> though and I know it's not move ready.
Is there a boost container I can mimic this with?