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/fenwickTree2.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'datastructures/test/fenwickTree2.cpp') diff --git a/datastructures/test/fenwickTree2.cpp b/datastructures/test/fenwickTree2.cpp index 18ebcb7..3567b05 100644 --- a/datastructures/test/fenwickTree2.cpp +++ b/datastructures/test/fenwickTree2.cpp @@ -1,3 +1,4 @@ +#define sz ssize #include "../fenwickTree2.cpp" void test(int n) { -- cgit v1.2.3