------- Additional Comments From reichelt at gcc dot gnu dot org  2004-11-02 17:48 
-------
Even simpler testcase:

====================================================
template<template<int> class> struct A;

template<int> struct B
{
    template<template<int> class> friend class A;
};

B<0> b;
====================================================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |monitored


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18276

Reply via email to