
14 Jan
2013
14 Jan
'13
4:57 p.m.
I'm building my project with Android NDK toolchain (Boost1.51, GCC4.6 or GCC4.7), and I get the following error when trying to move thread. Is there any workaround for this issue?
//... vector_.push_back(boost::move(thread(&func, arg))); //...
How is vector_ declared?
std::vectorboost::thread but even without push_back() it fails to compile.