From 6cf1a251ea6386d5ecdd5a84bb47322c3ea23d1f Mon Sep 17 00:00:00 2001 From: mpv Date: Wed, 8 Jun 2005 04:35:57 +0000 Subject: [PATCH] Porting to Mandrake 10.1 and new products: porting to the gcc 3.4.1 ('endl' is in 'std' namespace) --- src/SALOMELocalTrace/utilities.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SALOMELocalTrace/utilities.h b/src/SALOMELocalTrace/utilities.h index 40238630f..fe0a12238 100644 --- a/src/SALOMELocalTrace/utilities.h +++ b/src/SALOMELocalTrace/utilities.h @@ -52,8 +52,8 @@ #define MESS_INIT(deb) std::ostringstream os; os<insert(NORMAL_MESS, os.str().c_str()); -#define MESS_ABORT endl; LocalTraceBufferPool::instance()->insert(ABORT_MESS, os.str().c_str()); +#define MESS_END std::endl; LocalTraceBufferPool::instance()->insert(NORMAL_MESS, os.str().c_str()); +#define MESS_ABORT std::endl; LocalTraceBufferPool::instance()->insert(ABORT_MESS, os.str().c_str()); // --- Some macros are always defined (without _DEBUG_): for use with release version -- 2.39.2