|
From: Frank V. C. <fr...@co...> - 2000-08-23 19:42:46
|
Christophe Prud'homme wrote: > > 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? We drop the ## -- Frank V. Castellucci |