【发布时间】:2011-11-05 19:20:48
【问题描述】:
我知道还有其他类似的问题,但是(即Can I use C++11 with Xcode?)但主要与旧版本的 Osx 或 xcode 有关,因此它们似乎并不是继续使用 Osx Lion 和 xcode 4.1 的正确解决方案。 osx Lion 使用 c++0x 功能有什么要求?我想我必须以某种方式将 LLVM 3.0 设置为编译器,使用新的 libc++ 作为标准库。是否有让 LLVM 3.0 在 lion 上工作的默认方法?
编辑:好吧,LLVM 3.0 成为 xcode 4 的一部分似乎只是时间问题: http://oleb.net/blog/2011/07/whats-new-for-developers-in-lion-part-1/
【问题讨论】:
标签: xcode macos osx-lion c++11 libc++