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.
在这里阅读了很多问题后,我决定试一试,并在 Ubuntu 12.04(64 位)上安装了 svn 版本。我期待着问题,但一切顺利编译,没有任何警告。
我注意到,当重新运行配置脚本时,如果 clang/clang++ 在你的路径中,它会选择它而不是 gcc/g++ 来进行自己的编译。自己重新编译 llvm/clang 是个好主意吗?我知道这绝对是 gcc 的标准,但我读过 clang 的 C++ 实现还不够好(也许这是过时的信息......)。
Clang 已经自我托管了几年。失去这种能力将是一个严重的倒退。
Clang 当前的 C++ 支持非常好。甚至大部分 C++11 已经可供您使用。
如果您想安全,请留在稳定的分支上。