------- Comment #4 from pinskia at gcc dot gnu dot org 2005-12-12 18:39 ------- Reduced to: class OFX_PropertySuiteV1 { static int propGetDouble (); }; template<int dimension, class T, int (*PROPGET)() > struct OFX_AnimatedNumberParam { virtual int paramSetValueAtTime() { return PROPGET(); } }; void f() { new OFX_AnimatedNumberParam<2,double,OFX_PropertySuiteV1::propGetDouble>(); }
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |ice-on-valid-code Last reconfirmed|0000-00-00 00:00:00 |2005-12-12 18:39:55 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25364