Re: [C++ Patch] PR 48489

2011-10-16 Thread Jason Merrill
OK. Jason

Re: [C++ Patch] PR 48489

2011-10-16 Thread Paolo Carlini
On 10/16/2011 09:12 PM, Paolo Carlini wrote: 48489.C:11:11: error: ‘struct Derived’ has no member named ‘setValue’ of course there is a typo here, should read 48489.C:11:11: error: ‘struct Concrete’ has no member named ‘setValue’ Paolo.