search for: forward_as_tupl

Displaying 4 results from an estimated 4 matches for "forward_as_tupl".

Did you mean: forward_as_tuple
2014 Aug 18
2
[LLVMdev] [RFC] Raising minimum required Visual Studio version to 2013 for trunk
For my money: variadic templates and some bug I hit when trying to use forward_as_tuple. On Aug 18, 2014 4:02 PM, "Aaron Ballman" <aaron at aaronballman.com> wrote: > On Mon, Aug 18, 2014 at 6:54 PM, Chris Bieneman <beanz at apple.com> wrote: > > I’d like to propose raising the minimum required compiler for the LLVM & > Clang trunks for Visual S...
2014 Aug 21
3
[LLVMdev] [RFC] Raising minimum required Visual Studio version to 2013 for trunk
...... :/ > > cheers, > --renato > > PS: The lld Windows bot is 2011, so that surely needs upgrading anyway... > > On 19 August 2014 00:48, David Blaikie <dblaikie at gmail.com> wrote: > > For my money: variadic templates and some bug I hit when trying to use > > forward_as_tuple. > > > > On Aug 18, 2014 4:02 PM, "Aaron Ballman" <aaron at aaronballman.com> wrote: > >> > >> On Mon, Aug 18, 2014 at 6:54 PM, Chris Bieneman <beanz at apple.com> > wrote: > >> > I’d like to propose raising the minimum required co...
2014 Aug 21
4
[LLVMdev] [RFC] Raising minimum required Visual Studio version to 2013 for trunk
...;> --renato >> >> PS: The lld Windows bot is 2011, so that surely needs upgrading anyway... >> >> On 19 August 2014 00:48, David Blaikie <dblaikie at gmail.com> wrote: >> > For my money: variadic templates and some bug I hit when trying to use >> > forward_as_tuple. >> > >> > On Aug 18, 2014 4:02 PM, "Aaron Ballman" <aaron at aaronballman.com> wrote: >> >> >> >> On Mon, Aug 18, 2014 at 6:54 PM, Chris Bieneman <beanz at apple.com> >> >> wrote: >> >> > I’d like to propos...
2014 Aug 18
4
[LLVMdev] [RFC] Raising minimum required Visual Studio version to 2013 for trunk
I’d like to propose raising the minimum required compiler for the LLVM & Clang trunks for Visual Studio to MSVC 2013. Doing this will allow us to take advantage of a bunch of C++11 features that are not supported by MSVC 2012. According to MSDN (http://msdn.microsoft.com/en-us/library/hh567368.aspx) the list is: * Non-static data member initializers * Variadic templates * Initializer lists *