“...世界上最受尊敬和设计最精湛的 C++ 库项目之一。” — Herb Sutter 和 Andrei Alexandrescu, C++ 编码标准
boost::movelib::make_unique_nothrow
// In header: <boost/move/make_unique.hpp> template<typename T, class... Args> unspecified make_unique_nothrow(Args && ...);
注意:除非 T 是已知边界的数组,否则该函数不应参与重载解析。