Skip to content

Commit

Permalink
Adding parallel::unique to <hpx/parallel/algorithm.hpp>
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Sep 25, 2017
1 parent 0e82bf9 commit 463be75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hpx/parallel/algorithm.hpp
Expand Up @@ -40,6 +40,7 @@
#include <hpx/parallel/algorithms/set_union.hpp>
#include <hpx/parallel/algorithms/sort.hpp>
#include <hpx/parallel/algorithms/swap_ranges.hpp>
#include <hpx/parallel/algorithms/unique.hpp>

// Parallelism TS V2
#include <hpx/parallel/algorithms/for_loop.hpp>
Expand Down
1 change: 1 addition & 0 deletions hpx/parallel/container_algorithms.hpp
Expand Up @@ -21,5 +21,6 @@
#include <hpx/parallel/container_algorithms/rotate.hpp>
#include <hpx/parallel/container_algorithms/sort.hpp>
#include <hpx/parallel/container_algorithms/transform.hpp>
#include <hpx/parallel/container_algorithms/unique.hpp>

#endif

0 comments on commit 463be75

Please sign in to comment.