Displaying 7 results from an estimated 7 matches for "n2844".
Did you mean:
2844
2013 Jan 13
0
[LLVMdev] Using C++'11 language features in LLVM itself
...1.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 implements
v3.0.
[4]: a prior implementation of variadic templates (dubbed v0.9) was
ava...
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
2013 Jan 13
0
[LLVMdev] Using C++'11 language features in LLVM itself
....
[1]: http://wiki.apache.org/stdcxx/C%2B%2B0xCompilerSupport
[2]: "decltype v1.0 (n2343)" is subsided by "decltype v1.1 (n3276)" which drops
the completeness requirement of return types; unfortunately it seems no known
version of gcc implements v1.1.
[3]: "r-value v2.1 (n2844 + core issue 1138)" is subsided by "r-value v3.0
(n3053)" but I could not understand the gist of the differences; furthermore it
seems no known version of MSVC implements v3.0.
[4]: a prior implementation of variadic templates (dubbed v0.9) was available as
soon as gcc 4.4 (with iss...
2013 Jan 11
4
[LLVMdev] Using C++'11 language features in LLVM itself
On Fri, Jan 11, 2013 at 11:32 AM, Sebastian Redl
<sebastian.redl at getdesigned.at> wrote:
>
> On 11.01.2013, at 20:08, Eli Bendersky wrote:
>
>>>> I suppose this tradeoff can be evaluated by looking at the delta
>>>> between 4.5 and 4.6 which is actually supported by MSVC 2010 and Clang
>>>> 3.1
>>>
>>> Makes perfect sense to
2013 Jan 13
2
[LLVMdev] Using C++'11 language features in LLVM itself
...rg/stdcxx/C%2B%2B0xCompilerSupport
>
> [2]: "decltype v1.0 (n2343)" is subsided by "decltype v1.1 (n3276)" which drops
> the completeness requirement of return types; unfortunately it seems no known
> version of gcc implements v1.1.
>
> [3]: "r-value v2.1 (n2844 + core issue 1138)" is subsided by "r-value v3.0
> (n3053)" but I could not understand the gist of the differences; furthermore it
> seems no known version of MSVC implements v3.0.
>
> [4]: a prior implementation of variadic templates (dubbed v0.9) was available as
> s...
2013 Jan 13
0
[LLVMdev] Using C++'11 language features in LLVM itself
...lerSupport
>>
>> [2]: "decltype v1.0 (n2343)" is subsided by "decltype v1.1 (n3276)" which drops
>> the completeness requirement of return types; unfortunately it seems no known
>> version of gcc implements v1.1.
>>
>> [3]: "r-value v2.1 (n2844 + core issue 1138)" is subsided by "r-value v3.0
>> (n3053)" but I could not understand the gist of the differences; furthermore it
>> seems no known version of MSVC implements v3.0.
>>
>> [4]: a prior implementation of variadic templates (dubbed v0.9) was ava...
2013 Jan 13
2
[LLVMdev] Using C++'11 language features in LLVM itself
...2]: "decltype v1.0 (n2343)" is subsided by "decltype v1.1 (n3276)"
> which drops
> >> the completeness requirement of return types; unfortunately it seems no
> known
> >> version of gcc implements v1.1.
> >>
> >> [3]: "r-value v2.1 (n2844 + core issue 1138)" is subsided by "r-value
> v3.0
> >> (n3053)" but I could not understand the gist of the differences;
> furthermore it
> >> seems no known version of MSVC implements v3.0.
> >>
> >> [4]: a prior implementation of variadic t...