在 Windows 上使用 range-v3 库有哪些选项?
What are the options to use range-v3 library on Windows?
range-v3 库无法使用 Visual Studio 2015 Update 1 构建。使用 Visual Studio 构建它的选项有哪些(例如 Intel C++、Clang 3.7 和 Microsoft CodeGen)或 Windows 上的其他 IDE?
我继续尝试;
Visual C++ 2015(更新 1):0/3 个示例编译
带有 Microsoft CodeGen 的 Clang 3.7:1/3 示例编译(其他两个因链接器和各种编译器错误而失败)
g++ 5.2.0(通过 msys2 的 mingw-w64):2/3 个示例编译,第三个示例因内部编译器错误而失败。
clang++ 3.7.0(mingw-w64 通过 msys2):3/3 个示例编译
样本量很小,我不确定它们覆盖了多少库,但看起来 clang 是目前最好的选择。
range-v3 库无法使用 Visual Studio 2015 Update 1 构建。使用 Visual Studio 构建它的选项有哪些(例如 Intel C++、Clang 3.7 和 Microsoft CodeGen)或 Windows 上的其他 IDE?
我继续尝试;
Visual C++ 2015(更新 1):0/3 个示例编译
带有 Microsoft CodeGen 的 Clang 3.7:1/3 示例编译(其他两个因链接器和各种编译器错误而失败)
g++ 5.2.0(通过 msys2 的 mingw-w64):2/3 个示例编译,第三个示例因内部编译器错误而失败。
clang++ 3.7.0(mingw-w64 通过 msys2):3/3 个示例编译
样本量很小,我不确定它们覆盖了多少库,但看起来 clang 是目前最好的选择。