------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-17 
12:55 -------
/usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h: In member function 
'typename sigc::
adaptor_functor<T_functor>::result_type 
sigc::adaptor_functor<T_functor>::operator()() const [with 
T_functor = sigc::bound_mem_functor1<void, IntroScene, bool>]':
/usr/include/sigc++-2.0/sigc++/functors/slot.h:89:   instantiated from 'static 
T_return sigc::internal::
slot_call0<T_functor, T_return>::call_it(sigc::internal::slot_rep*) [with 
T_functor = sigc::
bound_mem_functor1<void, IntroScene, bool>, T_return = void]'
/usr/include/sigc++-2.0/sigc++/functors/slot.h:96:   instantiated from 'static 
void* (* sigc::internal::
slot_call0<T_functor, T_return>::address())(void*) [with T_functor = 
sigc::bound_mem_functor1<void, 
IntroScene, bool>, T_return = void]'
/usr/include/sigc++-2.0/sigc++/functors/slot.h:438:   instantiated from 
'sigc::slot0<T_return>::
slot0(const T_functor&) [with T_functor = sigc::bound_mem_functor1<void, 
IntroScene, bool>, T_return 
= void]'
/usr/include/sigc++-2.0/sigc++/functors/slot.h:1090:   instantiated from 
'sigc::slot<T_return, sigc::
nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, 
sigc::nil>::slot(const T_functor&) [with T_functor = 
sigc::bound_mem_functor1<void, IntroScene, bool>, T_return = void]'
scene_intro.cpp:203:   instantiated from here
/usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:251: error: no match 
for call to '(sigc::
bound_mem_functor1<void, IntroScene, bool>) ()'
/usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1837: note: candidates are: 
T_return sigc::
bound_mem_functor1<T_return, T_obj, T_arg1>::operator()(typename 
sigc::type_trait<T_arg3>::take) 
const [with T_return = void, T_obj = IntroScene, T_arg1 = bool]
/usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:251: error: 
return-statement with a value, 
in function returning 'void'

mainly this:
scene_intro.cpp:203:   instantiated from here

So fixed so closing as such.

Also this is a most likely a dup of bug 11616.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18829

Reply via email to