gpt4 book ai didi

c++ - 如何在 C++1z 中使用实验性并行 STL?

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:42:25 24 4
gpt4 key购买 nike

我想尝试 C++17 的并行 STL。但是,我在 libc++ 中找不到 experimental/execution_policy。我该如何尝试?

我正在尝试 http://en.cppreference.com/w/cpp/experimental/reduce ,它说我应该包括这些文件,但我找不到 execution_policy。

#include <experimental/execution_policy>

安装 libc++ 后(我按照 http://libcxx.llvm.org/docs/BuildingLibcxx.html ),我尝试了以下命令,但没有成功。

$ clang++-3.5 -std=c++1z test.cpp -lc++experimental
test.cpp:5:10: fatal error: 'experimental/execution_policy' file not found
#include <experimental/execution_policy>
^
1 error generated.

这还没有实现吗?

最佳答案

Is this not implemented yet?

没错。并行性 TS(将存在于 <experimental/xxx> 中)或(尚未最终确定的)C++1z 标准中的并行算法均未在 libc++ 中实现(尚未)。

关于c++ - 如何在 C++1z 中使用实验性并行 STL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44020846/

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