gpt4 book ai didi

c++ - 如何在 Mac OSX clang 上获得对 thread_local 的支持?

转载 作者:可可西里 更新时间:2023-11-01 17:57:30 26 4
gpt4 key购买 nike

如图this answer ,即使设置了 C++11 标志,Mac OSX 上 Xcode 的 clang 也不支持 thread_local 存储。即使在最新版本上,Apple LLVM 版本 7.0.0 (clang-700.1.76),目标:x86_64-apple-darwin15.0.0,线程模型:posix,不支持 thread_local:

../../src/dir/sysArch.h:1505:3: error: thread-local storage is not supported
for the current target
thread_local
^

最佳答案

Xcode 8(及更高版本)提供的 clang 版本支持 thread_local 关键字;查看讨论 here .

关于c++ - 如何在 Mac OSX clang 上获得对 thread_local 的支持?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33358417/

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