C++ std::make_shared用途 Effective Modern C++中指出,在给智能指针std::shared_ptr初始化时,优先考虑使用std::make_shared,而非直接使用new。 总结有以下几点原因。 C/C++ 2024年4月14日 494 0 0