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