Re: [sigc] <lambda/group.h> problem solved
- From: Martin Schulze <martin-ml hippogriff de>
- To: jcf tpg com au
- Cc: libsigc-list gnome org
- Subject: Re: [sigc] <lambda/group.h> problem solved
- Date: Sun, 26 Sep 2004 17:59:39 +0200
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]