]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkMessageManager.h
#3045 BBTK Bug New Normal - Fedora 24 vtkMessageManager << conflict gcc6
[bbtk.git] / kernel / src / bbtkMessageManager.h
index 51d7da68c13c1fc0ae5198bcd2c6407b1e136586..325067a518ac439940c40441e240ead0d92f2137 100644 (file)
   do                                                   \
     {                                                  \
       std::ostringstream s;                            \
-      s << MESSAGE;                                    \
+      s << "MESSAGE";                                  \
       std::ostringstream f;                            \
       f << __FILE__ << " (l."<<__LINE__<<")";          \
       bbtk::Exception e( BBTK_GET_CURRENT_OBJECT_NAME, \