------- Comment #3 from pinskia at gcc dot gnu dot org 2008-12-31 07:49 ------- > ulong ConnectCB(GtkWidget* pWidget, const char* sigName, > _R(_ClassType::*MemFun)(GtkWidget*, _A1)) > { > typedef CBFamily2<_ClassType, _R, GtkWidget*, _A1, MemFun> > TCallbackType;
This code is invalid code, you are using a non constant expression for a template argument. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38681