id summary reporter owner description type status milestone component version severity resolution keywords cc 7911 Mark move constructors and move assignments of varint with BOOST_NOEXCEPT_IF Antony Polukhin Antony Polukhin "According to [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3050.html N3050] sequence containers can use move constructors/assignments of underling type only if underling types constructor/assignment is marked with noexcept.[[BR]] [[BR]] We can determinate, if move constructor/assignment of variant can throw and mark it with BOOST_NOEXCEPT_IF(constexpr_value)." Feature Requests closed Boost 1.56.0 variant Boost 1.53.0 Problem fixed variant rvalues noexcept move shane.turner@…