From 2ecbcca9952475c40bfd2a936b7631b236dfc922 Mon Sep 17 00:00:00 2001 From: Gloria Mundi Date: Thu, 2 May 2024 20:59:15 +0200 Subject: remove sz() and all() from test.h --- datastructures/test/monotonicConvexHull.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'datastructures/test/monotonicConvexHull.cpp') diff --git a/datastructures/test/monotonicConvexHull.cpp b/datastructures/test/monotonicConvexHull.cpp index 62ea4cd..08927a2 100644 --- a/datastructures/test/monotonicConvexHull.cpp +++ b/datastructures/test/monotonicConvexHull.cpp @@ -1,3 +1,4 @@ +#define sz(X) ((int)size(X)) #include "../monotonicConvexHull.cpp" int main() { -- cgit v1.2.3