5 Feb
2014
5 Feb
'14
8:19 p.m.
El 05/02/2014 12:05, John M. Dlugosz escribió:
The definition of boost::container::vector includes: BOOST_COPYABLE_AND_MOVABLE rather than BOOST_MOVABLE_BUT_NOT_COPYABLE if the element type cannot be copied.
Yes, this is definitely a bug on Boost.Container, as it defines the copy constructor and the move emulation is not good enough to avoid the defined copy-constructor. I guess this will need some surgery in Boost.Container. Can you open a ticket please? Best, Ion