$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [statechart] Is it possible to have nested (sub)states in an asynchronous state machine?
From: Igor R (boost.lists_at_[hidden])
Date: 2011-06-09 12:32:43
> Putting everything into one file, surprisingly for me, solved my problem of
> not being able to nest a sub-state under a super state. Now I need to figure
> out why the previous implementation (i.e., the one distributed over multiple
> files) does not compile.
I guess you try to use undefined (forward-declared) types in contexts
where they cannot be used.