...世界上最受推崇和专业设计的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu, C++ 编码规范
...世界上最受推崇和专业设计的 C++ 库项目之一。
boost::movelib::make_unique_definit
// In header: <boost/move/make_unique.hpp> template<typename T, class... Args> unspecified make_unique_definit(Args && ...);
备注: 除非 T 是已知边界的数组,否则此函数不应参与重载解析。