如果我想使用std :: shared_ptr,包含哪个头?

时间:2011-04-07 19:25:16

标签: c++ header c++11 shared-ptr

在c ++ 0x中,shared_ptr将从tr1移动到std。那么要包括哪个标题来获取它?

我正在使用g ++ 4.5(ubuntu 10.10)

2 个答案:

答案 0 :(得分:22)

您现在可以在<memory>找到它。

答案 1 :(得分:2)

  1. headfile是记忆;
  2. 它在namespace std;
  3. 中定义
  4. 您需要指定-std = c ++ 0x