gpt4 book ai didi

c++ - 命名空间 'std' 中的“atomic_uint32_t”未命名类型错误

转载 作者:太空狗 更新时间:2023-10-29 20:35:42 26 4
gpt4 key购买 nike

我的代码中有以下行:

#include <atomic>

std::atomic_uint32_t tmp;

但是,我收到以下编译错误:

'atomic_uint32_t' in namespace 'std' does not name a type.

我包括了 <cstdint>但错误仍然存​​在。

我的 GCC 版本:5.4.0,Ubuntu 14.04(64 位)

最佳答案

根据 Danh 的评论,我使用了

std::atomic<std::uint32_t>

瞧,它现在可以正常工作了。谢谢丹。

关于c++ - 命名空间 'std' 中的“atomic_uint32_t”未命名类型错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41541283/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com