cxx 6.5 error 2.

2002-06-07 Thread Angus Leeming
Thoughts? A possible work around would be to rename class_fun here, so template void_class_fun_t void_class_fun(C & c, void(C::*f)(A)) I understand that void_class_fun_t was only created because other compilers can't cope with a return from a void function... Angus cxx: Error: ../../devel

Re: cxx 6.5 error 2.

2002-06-07 Thread Angus Leeming
On Friday 07 June 2002 10:48 am, Angus Leeming wrote: > Thoughts? > > A possible work around would be to rename class_fun here, so > > template void_class_fun_t > void_class_fun(C & c, void(C::*f)(A)) > > I understand that void_class_fun_t was only created because other compilers > can't cope wit