r212452 - Increase argument limit of anyOf, allOf and eachOf from 5 to 9.
Manuel Klimek
klimek at google.com
Mon Jul 7 06:10:36 PDT 2014
On Mon, Jul 7, 2014 at 3:09 PM, Aaron Ballman <aaron at aaronballman.com>
wrote:
> On Mon, Jul 7, 2014 at 9:07 AM, Manuel Klimek <klimek at google.com> wrote:
> > On Mon, Jul 7, 2014 at 3:06 PM, Aaron Ballman <aaron at aaronballman.com>
> > wrote:
> >>
> >> On Mon, Jul 7, 2014 at 8:55 AM, Manuel Klimek <klimek at google.com>
> wrote:
> >> > Author: klimek
> >> > Date: Mon Jul 7 07:55:16 2014
> >> > New Revision: 212452
> >> >
> >> > URL: http://llvm.org/viewvc/llvm-project?rev=212452&view=rev
> >> > Log:
> >> > Increase argument limit of anyOf, allOf and eachOf from 5 to 9.
> >>
> >> Can we simply use truly variadic templates now that we're using C++11
> >> features?
> >
> >
> > See
> >
> http://llvm.org/docs/CodingStandards.html#supported-c-11-language-and-library-features
> >
> > Variadic templates are not supported by VS 2012.
>
> Ah crud, I knew that in the recesses of my brain. :-P Sorry about that.
>
I also wished so hard for it to be true that I believed it was true before
cross-checking ... Sigh... Oh well, we'll just have to wait another 1-2
years.
>
> ~Aaron
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140707/98812a6c/attachment.html>
More information about the cfe-commits
mailing list