摘要:
1.原始指针不能直接使用赋值运算符对shared_ptr进行赋值运算 2.shared_ptr默认情况下不支持对数组内存的管理 in c++11,it is valid to construct a shared_ptr<T> from a std::unique_ptr<T[]>,since th 阅读全文
posted @ 2017-06-10 16:13
HelloCsz
阅读(181)
评论(0)
推荐(0)
2017年6月10日