aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-05-11 21:24:57 +0200
committertomsmeding <hallo@tomsmeding.nl>2015-05-11 21:24:57 +0200
commitce356164bac0f739fea97b8bee61c066b9f2ae87 (patch)
treebf73239c76e0288de9378f06c322766889ef1fb9 /util.h
parentbfd76241386fe54c4394171c861f4b1676b5bf32 (diff)
Add <<debug<< log, clean up some code and let find return a list instead of 1 element
Diffstat (limited to 'util.h')
-rw-r--r--util.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/util.h b/util.h
new file mode 100644
index 0000000..4c9e140
--- /dev/null
+++ b/util.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#include <iostream>
+
+using namespace std;
+
+ostream& debug(ostream &os);