标签:
1.抛弃临时对象,让所有的智能指针都有名字.
2.类向外传递 this 的 shared_ptr
让类继承 enable_shared_from_this. 然后返回 shared_from_this();
3. 例子有时间再补上.
c++ shared_ptr 使用注意事项. 2
原文地址:http://www.cnblogs.com/daihanlong/p/4716310.html