[wierd codewarrior 9.5 error]

Hi, Does anyone know the cause of http://tinyurl.com/dbn2n ? Thanks -Thorsten -- Thorsten Ottosen ---------------------------- www.dezide.com http://www.cs.aau.dk/index2.php?content=Research/mi www.boost.org www.open-std.org/JTC1/SC22/WG21/

On May 21, 2005, at 6:48 PM, Thorsten Ottosen wrote:
Does anyone know the cause of
?
I'm not sure I see what's strange about this. The testcase redefines a macro. Just change the definition to: #ifndef _MSL_USING_NAMESPACE # define _MSL_USING_NAMESPACE 1 #endif ? Doug

Douglas Gregor wrote:
On May 21, 2005, at 6:48 PM, Thorsten Ottosen wrote:
Does anyone know the cause of
?
I'm not sure I see what's strange about this. The testcase redefines a macro. Just change the definition to:
#ifndef _MSL_USING_NAMESPACE # define _MSL_USING_NAMESPACE 1 #endif
?
Or just remove the line entirely, and really fix problems if any. One should not be messing with that MSL macro. At best it will hide actual bugs. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - Grafik/jabber.org
participants (3)
-
Douglas Gregor
-
Rene Rivera
-
Thorsten Ottosen