Tomtomclancy
Starting Member
Canada
1 Posts |
Posted - Feb 26 2018 : 10:17:58 AM
|
Hi,
As I recently implemented the DeclareEnumString Macro. I realize tht visual assist is not able to process __VA_ARGS__ in
#define DeclareEnumString(n, ...) enum class n { __VA_ARGS__ }
And It so annoying to use an enum than suggest you to use __VA_ARGS__ as enum value ><
I've read some old thread about the lack of variadic macro support, but is there a plan to support it in the near future ?
Thanks
Tom
|
|