author | Dmitriy Morozov <dmitriy@mrzv.org> |
Fri, 06 Dec 2013 19:02:42 -0800 | |
branch | dev |
changeset 279 | a125a3d9c723 |
parent 278 | 7479c3f0fc6b |
child 280 | 668bf4bf1bfb |
--- a/include/utilities/log.h Wed Oct 16 09:58:02 2013 -0700 +++ b/include/utilities/log.h Fri Dec 06 19:02:42 2013 -0800 @@ -12,6 +12,9 @@ #include <rlog/StdioNode.h> #include <sstream> +#undef RLOG_SECTION +#define RLOG_SECTION + template<class T> std::string tostring(const T& t) { std::ostringstream out; out << t; return out.str(); } template<class T>