$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [statechart] friend state can't call overloaded member functions in machine class
From: David Matz (david.matz_at_[hidden])
Date: 2009-07-15 02:56:27
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