Re: [sigc] <lambda/group.h> problem solved



Am 25.09.2004 15:19:28 schrieb(en) Jeff Franks:
It seems that gcc 3.4.2 wants this line of code:

{ typedef typename functor_type::deduce_result_type<

at lines 79, 245 and 458 in <lambda/group.h> declared like this:

{ typedef typename sigc::adaptor_trait<T_functor,
sigc::is_base_and_derived<sigc::adaptor_base,T_functor>::value>::adaptor_type::template
deduce_result_type<

After making the changes it compiled OK.

I think it's the other way round: a template keyword is missing so it really should be "... typename functor_type::template deduce_result_type< ...".
I've committed to cvs. Please check whether it works.
Thanks for the pointer, anyway!

Regards,

 Martin



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]