Boost logo

Boost Users :

Subject: [Boost-users] [Container] Using container of BOOST_MOVABLE_BUT_NOT_COPYABLE type with std algorithm
From: kwanti (ngkwanti_at_[hidden])
Date: 2013-09-27 08:48:33


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-MOVABLE-BUT-NOT-COPYABLE-type-with-std-algorithm-tp4652043.html
Sent from the Boost - Users mailing list archive at Nabble.com.

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net