This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: Problem in g++ ?


On 30 April 2015 at 06:45, Roger Ferrer IbÃÃez wrote:
> Hi,
>
> I do not know whether this is a bug in g++.
>
> As a workaround changing this
>
>     class X<A2>::Data : public X<A2>::Base<B1, C1>
>
> into this
>
>     class X<A2>::Data : public X<A2>::template Base<B1, C1>
>
> works for me.

That shouldn't be required in this context, so I've reported a bug:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65943


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