Skip to content

Commit 699a7b7

Browse files
Implement hpx::experimental::for_each_index (P4150)
1 parent 2dbdb70 commit 699a7b7

5 files changed

Lines changed: 781 additions & 0 deletions

File tree

libs/core/algorithms/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ set(algorithms_headers
5454
hpx/parallel/algorithms/fill.hpp
5555
hpx/parallel/algorithms/find.hpp
5656
hpx/parallel/algorithms/for_each.hpp
57+
hpx/parallel/algorithms/for_each_index.hpp
5758
hpx/parallel/algorithms/for_loop.hpp
5859
hpx/parallel/algorithms/for_loop_induction.hpp
5960
hpx/parallel/algorithms/for_loop_reduction.hpp

libs/core/algorithms/include/hpx/parallel/algorithm.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555

5656
// Parallelism TS V2
5757
#include <hpx/parallel/algorithms/ends_with.hpp>
58+
#include <hpx/parallel/algorithms/for_each_index.hpp>
5859
#include <hpx/parallel/algorithms/for_loop.hpp>
5960
#include <hpx/parallel/algorithms/shift_left.hpp>
6061
#include <hpx/parallel/algorithms/shift_right.hpp>

0 commit comments

Comments
 (0)