This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/22618] [3.4/4.0/4.1 Regression] Template non-type arguments break class access protection
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jul 2005 20:27:35 -0000
- Subject: [Bug c++/22618] [3.4/4.0/4.1 Regression] Template non-type arguments break class access protection
- References: <20050722201534.22618.squell@alumina.nl>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 20:27 -------
Reduced testcase:
class foo
{
typedef int memfun;
};
template<foo::memfun>
struct fm_obj { };
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22618