This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gold][aarch64]Patch for Relaxation


On Fri, Oct 17, 2014 at 4:24 PM, Ian Lance Taylor <iant@google.com> wrote:
> On Fri, Oct 17, 2014 at 4:13 PM, Cary Coutant <ccoutant@google.com> wrote:
>>> If I change "This::Status" to just "Status", it compiles.
>>
>> If I change it to "typename This::Status", it also compiles. Should I
>> just go with that?
>
> Sure, I guess so.  I'm not sure why typename is not needed in newer
> versions.  We do normally use typename with This::Status, and it is,
> after all, a type.


It depends on if This is considered dependent or not.  I don't
remember the rules exactly and there has been some changes in the C++
dealing with rulings too.

Thanks,
Andrew

>
> ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]