1.抛弃临时对象,让所有的智能指针都有名字.

2.类向外传递 this 的  shared_ptr

让类继承   enable_shared_from_this. 然后返回  shared_from_this();

3. 例子有时间再补上.

05-11 13:01