Subject: Re: [boost] Call for interest - BOOST_AUTO_FUNCTION
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2010-10-16 09:14:17


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