少奋斗奋斗 shared_ptr g(newFoo);// 线程之间共享的 shared_ptr shared_ptr x;// 线程 A 的局部变量 shared_ptr n(newFoo);// 线程 B 的局部变量