[Bug c++/18276] [4.0 Regression] template classes that are friends of template classes
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Nov 2 17:48:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list