c++/5931: ICE when using template class that is child if another template class
Jason Merrill
jason@redhat.com
Tue Mar 19 01:07:00 GMT 2002
>>>>> "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
More information about the Gcc-bugs
mailing list