• 引言C++20 对 std::make_shared 的增强是现代 C++ 内存管理的一个重要进步。在 C++20 之前,std::make_shared 仅支持单个对象的创建,而数组的管理需要借助 std::unique_ptr 或手动管
    admin1天前
    60