From 44c9d1660759fc60e0362325d9c00e89a56da945 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 27 Feb 2021 20:05:46 +0000 Subject: Handy log macro --- utility/stream_support.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utility/stream_support.hpp') 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 -- cgit v1.2.3