标签: c++ c++11 move-constructor noexcept
在c ++ 11中使用 NON NOEXCEPT 移动构造函数是否有任何实际理由?
因为std::vector使用移动构造函数,如果它被声明为noexcep,但我无法想象任何实际使用非noexcept移动构造函数。
std::vector
noexcep