Is there any practical reason to use the NO NOCCEPT move constructor in C ++ 11?
Because it std::vectoruses a move constructor if it is declared as noexcep, but I canβt imagine the practical use of the move constructor without noexcept.
source
share