
16 Oct
2010
16 Oct
'10
1:14 p.m.
On 16.10.2010, at 01:22, Matt Calabrese wrote:
As of right now variadic macros are required, however, I could easily make them optional if I always require users to put more parenthesis in particular places (I.E. surrounding the code in a "requires" regardless of whether or not there is a comma there), though I'm not certain that I wish to go this route as, as far as I'm aware, all compilers that support trailing return type also support variadic macros.
Well, Clang currently doesn't, but hopefully that will change soon. Sebastian