Displaying 2 results from an estimated 2 matches for "n2927".
Did you mean:
2927
2013 Jan 13
0
[LLVMdev] Using C++'11 language features in LLVM itself
...-- Matthieu
[1]: "decltype v1.0 (n2343)" is subsided by "decltype v1.1 (n3276)" which
drops the completeness requirement of return types; unfortunately it seems
no released version of gcc implements v1.1.
[2]: "lambda v1.0 (n2658)" is subsided by "lambda v1.1 (n2927)", not sure
of the exact impact of the changes.
[3]: "r-value v2.0 (n2844)" and "r-value v2.1 (n2844 + core issue 1138)"
are subsided by "r-value v3.0 (n3053)" once again not sure of the impact of
the changes; furthermore it seems no released version of MSVC impl...
2013 Jan 13
5
[LLVMdev] Using C++'11 language features in LLVM itself
On Sun, Jan 13, 2013 at 10:26 AM, Tim Northover <t.p.northover at gmail.com> wrote:
>> Good points David, I don't feel qualified to evaluate the differences
>> between those versions though... Perhaps Richard or Doug could comment here?
>
> Unless I'm misreading the buildbots, we don't actually have anything
> trying to build with MSVC. Have we considered how