Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在要进行写时复制的容器中使用 boost::scoped_array 但我担心 scoped_array 不起作用。哪个 boost::smart_ptr 容器最接近牛安全范围数组?
您可以使用boost::shared_array。