开发者

#include <cstdatomic> "no such file" in ubuntu

开发者 https://www.devze.com 2023-04-11 20:54 出处:网络
whe开发者_运维技巧n compile with g++ -std=c++0x -Wall test.cc -o hello, output fatal error:cstdatomicNo such file or directly

whe开发者_运维技巧n compile with g++ -std=c++0x -Wall test.cc -o hello, output fatal error: cstdatomic No such file or directly

Where is missing?


The include should be #include <atomic>

0

精彩评论

暂无评论...
验证码 换一张
取 消