Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
似乎 Xcode 5 及更高版本支持 C11,但是当我尝试包含 stdatomic.h 时,它说找不到文件?是否可以在 Xcode 中使用 C11 原子结构?
stdatomic.h在 Xcode 7 及更高版本中可用。
stdatomic.h
MacOS 10.12 SDK 添加stdatomic.h到其模块映射中,也向 Swift 编译器开放了可用性。