Skip to content

Commit 3581f34

Browse files
author
harith-hacky03
committed
Update test includes to use minmax.hpp for extrema algorithms (min_element, max_element) compatibility with latest HPX
1 parent 2b90568 commit 3581f34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/core/algorithms/tests/unit/algorithms/max_element.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <hpx/algorithm.hpp>
88
#include <hpx/init.hpp>
99
#include <hpx/modules/testing.hpp>
10-
#include <hpx/parallel/algorithms/max_element.hpp>
10+
#include <hpx/parallel/container_algorithms/minmax.hpp>
1111

1212
#include <cstddef>
1313
#include <ctime>

libs/core/algorithms/tests/unit/algorithms/min_element.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <hpx/algorithm.hpp>
88
#include <hpx/init.hpp>
99
#include <hpx/modules/testing.hpp>
10-
#include <hpx/parallel/algorithms/min_element.hpp>
10+
#include <hpx/parallel/container_algorithms/minmax.hpp>
1111

1212
#include <cstddef>
1313
#include <ctime>

0 commit comments

Comments
 (0)