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
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