This is the mail archive of the gcc-bugs@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: c++/5931: ICE when using template class that is child ifanother template class


>>>>> "F" == F ker <f_ker@yahoo.co.uk> writes:

>> Responsible-Changed-Why:
>> never mind; too much work to fix before the parser rewrite

> When will this parser rewrite be complete?  Soon, I hope...

For 3.2, I believe.

> Can you not supply me with any workaround that'll just get it to
> compile for my special case?

One workaround would be to avoid the partial instantiation of the enclosing
class somehow.  Another would be to move the nested class to namespace
scope.

Sorry,
Jason


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