使失败:致命错误:找不到'random / uniform.h'文件

时间:2016-02-27 21:21:22

标签: c++ xcode c++11 clang

我遇到<random/uniform.h>的导入问题。

问题是因为在c ++ 11(Why is the c++ standard library not working?)中引入了random。我可以使用-std = c ++ 11或-std = c ++ x0指定对c ++ 11的支持,但它不适用于g ++。我尝试使用clang,但我不确定我是否有必要的min clang版本(4.2)。

    clang++ --version

给出

    Apple LLVM version 7.0.2 (clang-700.1.81)
    Target: x86_64-apple-darwin14.5.0
    Thread model: posix

当我检查Xcode的更新时,没有。

0 个答案:

没有答案