------- Additional Comments From martin at mpa-garching dot mpg dot de 2005-03-08 12:19 ------- Here is a shorter testcase:
class foo {
public:
int f1(int);
};
template<typename T> class bar: public foo {
void baz () {
&foo::f1;
}
};
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20381
