From: Eduardo DAVILA Date: Thu, 22 Dec 2016 10:38:57 +0000 (+0100) Subject: #3045 BBTK Bug New Normal - Fedora 24 vtkMessageManager << conflict gcc6 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=bbtk.git;a=commitdiff_plain;h=be9b45959c8ba18422b8fde3a1575270dca7b6f6 #3045 BBTK Bug New Normal - Fedora 24 vtkMessageManager << conflict gcc6 --- diff --git a/kernel/src/bbtkMessageManager.h b/kernel/src/bbtkMessageManager.h index 51d7da6..325067a 100644 --- a/kernel/src/bbtkMessageManager.h +++ b/kernel/src/bbtkMessageManager.h @@ -360,7 +360,7 @@ do \ { \ std::ostringstream s; \ - s << MESSAGE; \ + s << "MESSAGE"; \ std::ostringstream f; \ f << __FILE__ << " (l."<<__LINE__<<")"; \ bbtk::Exception e( BBTK_GET_CURRENT_OBJECT_NAME, \