On Fri, Jan 12, 2018 at 10:12:15AM +0100, Rainer Orth wrote:
> Hi Nathan,
>
> >> On 01/02/2018 09:36 AM, Marek Polacek wrote:
> >>> This test exercising inheriting a template constructor in this PR got
> >>> fixed with
> >>> r251426. As I don't see any lambdas here, I thought it worth to add it.
Hi Nathan,
>> On 01/02/2018 09:36 AM, Marek Polacek wrote:
>>> This test exercising inheriting a template constructor in this PR got
>>> fixed with
>>> r251426. As I don't see any lambdas here, I thought it worth to add it.
>>>
>>> Tested on x86_64-linux, ok for trunk?
>>>
>>> 2018-01-02 Marek P
Hi Nathan,
> On 01/02/2018 09:36 AM, Marek Polacek wrote:
>> This test exercising inheriting a template constructor in this PR got
>> fixed with
>> r251426. As I don't see any lambdas here, I thought it worth to add it.
>>
>> Tested on x86_64-linux, ok for trunk?
>>
>> 2018-01-02 Marek Polacek
On 01/02/2018 09:36 AM, Marek Polacek wrote:
This test exercising inheriting a template constructor in this PR got fixed with
r251426. As I don't see any lambdas here, I thought it worth to add it.
Tested on x86_64-linux, ok for trunk?
2018-01-02 Marek Polacek
PR c++/81860
This test exercising inheriting a template constructor in this PR got fixed
with
r251426. As I don't see any lambdas here, I thought it worth to add it.
Tested on x86_64-linux, ok for trunk?
2018-01-02 Marek Polacek
PR c++/81860
* g++.dg/cpp0x/inh-ctor30.C: New test.
--- g