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/persistent.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'datastructures/test/persistent.cpp') diff --git a/datastructures/test/persistent.cpp b/datastructures/test/persistent.cpp index d98569b..5e5f864 100644 --- a/datastructures/test/persistent.cpp +++ b/datastructures/test/persistent.cpp @@ -1,3 +1,4 @@ +#define all(X) begin(X), end(X) #include "../persistent.cpp" int main() { -- cgit v1.2.3