]> www.ginac.de Git - ginac.git/blobdiff - ginac/debugmsg.h
- Derivatives are now assembled in a slightly different manner (i.e. they
[ginac.git] / ginac / debugmsg.h
index 8f9aafaffe692ae15fb81d816ce62802838f58c6..bd888add92dd18b49b8a86b347a9744f1bd3e5f5 100644 (file)
@@ -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