Re: [Boost-users] [statechart] friend state can't call overloaded member functions in machine class
15 Jul
2009
15 Jul
'09
6:56 a.m.
Hello Andreas, [snip] Replace with the following lines and everything should work:
sc::in_state_reaction< EvBack, CoreApp, (void (CoreApp::*)(const EvBack &)) &CoreApp::doInStateReaction >, sc::in_state_reaction< EvNext, CoreApp, (void (CoreApp::*)(const EvNext &)) &CoreApp::doInStateReaction >
Yes, thats what I'm looking for. Now it compiles. Thanks a lot :-) David
5601
Age (days ago)
5601
Last active (days ago)
0 comments
1 participants
participants (1)
-
David Matz