[Bug c++/18733] [4.0 Regression] friend rejected

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Nov 30 11:00:00 GMT 2004


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-11-30 11:00 -------
More compact testcase:

================================
template<int> struct A
{
    void foo();
};

struct B
{
    friend void A<0>::foo();
};
================================


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


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



More information about the Gcc-bugs mailing list