
5 Aug
2010
5 Aug
'10
8:49 p.m.
On Thu, Aug 5, 2010 at 1:47 PM, Steven Watanabe
MSVC and gcc have both supported variadic macros for a while.
In Christ, Steven Watanabe
Correct me if I'm wrong (wouldn't surprise me), but aren't variadic macros technically a C99 thing, and from a C++ perspective always an extension to the language? If that's the case, and he's developing something he wants to share with users of many different platforms and compilers, I completely understand why it's not a very good solution.