标签: 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。我错过了什么?
答案 0 :(得分:1)
你在test2.cc中有以下内容吗?
#include <atomic>