help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Macros with G++


From: Sean McManus
Subject: Re: Macros with G++
Date: Fri, 24 Sep 2004 17:45:45 -0700

> //#define WIDE(x) L#x doesnt work
> #define WIDE(x) L##x

I think you might need

L ## #x

or

L###x

which could tokenize the stringed-x, but I could be wrong. 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]