> The following generates an internal compiler error on line 3
>
>namespace NAM {
> template <class T> class Handle {
> template <class U> friend class Handle; // <----------- it dies
here.
> };
>}
Thank you for the bug report. This has been fixed in the CVS.
--Kriang