summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utility/stream_support.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/utility/stream_support.hpp b/utility/stream_support.hpp
index d40313d..1ee1661 100644
--- a/utility/stream_support.hpp
+++ b/utility/stream_support.hpp
@@ -37,4 +37,6 @@ namespace std {
}
}
+#define CLOG(x) std::clog << #x " : " << x << "\n";
+
#endif