diff options
Diffstat (limited to 'test/datastructures/dynamicConvexHull.lichao.cpp')
| -rw-r--r-- | test/datastructures/dynamicConvexHull.lichao.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/datastructures/dynamicConvexHull.lichao.cpp b/test/datastructures/dynamicConvexHull.lichao.cpp index d50ca60..9a6ffb9 100644 --- a/test/datastructures/dynamicConvexHull.lichao.cpp +++ b/test/datastructures/dynamicConvexHull.lichao.cpp @@ -8,7 +8,7 @@ void stress_test(ll range) { for (int tries = 0; tries < 1000; tries++) { int n = Random::integer<int>(1, 100); xs = Random::distinct(n, -range, range); - sort(all(xs)); + ranges::sort(xs); HullDynamic hd; Lichao lichao; |
