为什么不是operator * for unique_ptr noexcept?

时间:2014-02-08 23:58:57

标签: c++ c++11 smart-pointers c++14 noexcept

在C ++ 11和草案C ++ 14中,operator*的解除引用运算符(operator->shared_ptr)都是noexcept。但对于unique_ptroperator->noexcept,但operator*不是。 operator* unique_ptr为什么不noexcept(或者operator* shared_ptr为什么noexcept?)

0 个答案:

没有答案