X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fdebugmsg.h;h=91ea0796476661dbed1fbf5b7764c4fad567603a;hb=2692a55867331a570ec7f0d957de00a996fd9d7c;hp=d7a77668da2f3c78a657d070d7300aefcb05dc4a;hpb=24fe247f9ed16114a765a01c593fec5c4a2f591c;p=ginac.git diff --git a/ginac/debugmsg.h b/ginac/debugmsg.h index d7a77668..91ea0796 100644 --- a/ginac/debugmsg.h +++ b/ginac/debugmsg.h @@ -3,7 +3,7 @@ * Utilities needed for debugging only. */ /* - * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -44,7 +44,7 @@ // #define LOGMASK (LOGLEVEL_PRINT | LOGLEVEL_ASSIGNMENT | LOGLEVEL_OPERATOR | LOGLEVEL_DUPLICATE | LOGLEVEL_OPERATOR | LOGLEVEL_MEMBER_FUNCTION | LOGLEVEL_NONMEMBER_FUNCTION) #ifdef VERBOSE -#define debugmsg(msg, loglevel) if ((loglevel) & ~LOGMASK) clog << (msg) << endl; +#define debugmsg(msg, loglevel) if ((loglevel) & ~LOGMASK) std::clog << (msg) << endl; #else #define debugmsg(msg, loglevel) #endif // def VERBOSE