27 Sep
2013
27 Sep
'13
12:48 p.m.
I try to use std::remove_if with boost.container of BOOST_MOVABLE_BUT_NOT_COPYABLE type in c++98 compiler. The compilation failed because std::remove_if in c++98 is not implemented with boost.move emulation. Is there any implementation of remove_if in boost that is implemented with boost.move? I found one remove_if algorithm in boost.range library but I can't find in the documentation whether it is using boost.move emulation. -- View this message in context: http://boost.2283326.n4.nabble.com/Container-Using-container-of-BOOST-MOVABL... Sent from the Boost - Users mailing list archive at Nabble.com.