gpt4 book ai didi

macos - 如何在 Xcode 中使用 C++14?

转载 作者:行者123 更新时间:2023-12-04 08:21:26 26 4
gpt4 key购买 nike

我刚买了一台 macbook air,我安装了 Xcode,但它没有 C++ 14,我在 stackoverflow 上阅读了一些线程,他们提到了像 clang 之类的东西,什么是 clang 以及我如何完成这个过程??,请用外行的术语解释,我对 mac 完全陌生。

最佳答案

Clang/LLVM 是 Mac 的默认编译器。

现在,关于 C++14:

Clang has experimental support for some proposed features of the C++ standard following C++14, provisionally named C++1z. Note that support for these features may change or be removed without notice, as the draft C++1z standard evolves.

You can use Clang in C++1z mode with the -std=c++1z option.


from Clang/LLVM's documentation
因此,只需将“-std=c++1z”添加到 Xcode 的编译选项中(不带引号)。

关于macos - 如何在 Xcode 中使用 C++14?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45002007/

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