且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

C++ std::shared_ptr 用法和信息

更新时间:2023-10-22 22:38:52

std::tr1::shared_ptr is part of the TR1 additions to the C++ STL.
With GCC, it is available either through #include <tr1/memory> (GCC 4.1) or #include <memory> (GCC 4.3)