This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/5931: ICE when using template class that is child ifanother template class
- From: Jason Merrill <jason at redhat dot com>
- To: F ker <f_ker at yahoo dot co dot uk>
- Cc: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org,gcc-gnats at gcc dot gnu dot org
- Date: Tue, 19 Mar 2002 09:03:31 +0000
- Subject: Re: c++/5931: ICE when using template class that is child ifanother template class
- References: <20020319023419.41228.qmail@web14601.mail.yahoo.com>
>>>>> "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