atomic_thread_fence不是std的成员

时间:2011-10-09 10:38:52

标签: c++

编译:

g++ -std=c++0x -Wall -pthread test2.cc -o hello

我收到了这个错误:

test2.cc: atomic_thread_fence is not a member of std

我在Ubuntu中使用g ++ 4.5.2。我错过了什么?

1 个答案:

答案 0 :(得分:1)

你在test2.cc中有以下内容吗?

#include <atomic>