$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [boost-users][StateChart] polymorphic_downcast failure
From: Igor R (boost.lists_at_[hidden])
Date: 2009-04-30 08:29:13
Hi,
The above failure occurs in reaction_dispatcher::derived_with_action::react().
IIUC, state_machine tries to invoke in_state_reaction that's defined
for an event, which is unrelated to the one being processed. What
logical error in my state-machine might cause such a problem?
Unfortunately, I don't have any self-contained code at the moment, so
please treat my question as theoretical :).
Thanks.