summaryrefslogtreecommitdiff
path: root/graph
diff options
context:
space:
mode:
authorGloria Mundi <gloria@gloria-mundi.eu>2024-05-02 20:59:15 +0200
committerGloria Mundi <gloria@gloria-mundi.eu>2024-05-02 20:59:15 +0200
commit2ecbcca9952475c40bfd2a936b7631b236dfc922 (patch)
tree28842d3ae000518757e93d79d0e5df0e11bb7ef2 /graph
parent34c882ab75a60699429421684a9867cce0a22110 (diff)
remove sz() and all() from test.h
Diffstat (limited to 'graph')
-rw-r--r--graph/test/LCA_sparse.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/graph/test/LCA_sparse.cpp b/graph/test/LCA_sparse.cpp
index c45111c..c8b0017 100644
--- a/graph/test/LCA_sparse.cpp
+++ b/graph/test/LCA_sparse.cpp
@@ -1,4 +1,6 @@
#include "util.cpp"
+#define all(X) begin(X), end(X)
+#define sz ssize
#include "../../datastructures/sparseTable.cpp"
#include "../LCA_sparse.cpp"