当前位置: 技术问答>linux和unix
Linux下如何使用智能指针
来源: 互联网 发布时间:2016-09-04
本文导语: 如题,我想在linux下使用single ton模式,但不知道需要哪些头文件, 我编译时提示:auto_ptr未定义。如有linux下的demo代码就好了。 感谢! | auto_ptr不是boost特有的。。。不需要装 #include #include ----------...
如题,我想在linux下使用single ton模式,但不知道需要哪些头文件,
我编译时提示:auto_ptr未定义。如有linux下的demo代码就好了。
感谢!
我编译时提示:auto_ptr未定义。如有linux下的demo代码就好了。
感谢!
|
auto_ptr不是boost特有的。。。不需要装
#include
#include ----------这个头文件
using namespace std;
class A
{
public:
void fun(){cout