|
From: Gabriel D. R. <Gab...@cm...> - 2000-08-23 22:50:32
|
"Christophe Prud'homme" <pru...@MI...> writes: | with g++ 2.95 and 2.96 the following works fine and gives no warning | | #define A( tag ) a::tag | | whereas | | #define Ap( tag ) a::##tag | | gives a warning message for 2.96 | | a is a namespace of course | | comments? The former is right and the second invokes undefined behavior -- see my previous message. -- Gaby |