Is there any practical reason to use NON NOEXCEPT move constructor in c++11 ?
Because, std::vector
uses move constructor if it's declared as noexcep
, but I can't imagine any practical using non-noexcept move constructor.
Is there any practical reason to use NON NOEXCEPT move constructor in c++11 ?
Because, std::vector
uses move constructor if it's declared as noexcep
, but I can't imagine any practical using non-noexcept move constructor.