7 Feb
2013
7 Feb
'13
10:45 p.m.
2013/2/7 Vicente J. Botet Escriba
I suspect that the move constructor is missing
Dummy(BOOST_RV_REF(Dummy) other);
Nope, it is not it. In fact my actual classes that cause errors do have moving c-tors.
and this should be removed I guess
Dummy& operator=(BOOST_RV_REF(Dummy) other);
This is necessary if class is movable and all our movable classes implement this operator. As I said before, all is good with 1.52 and this stops us from upgrading. Any other suggestions? Regards, Szymon Gatner