Boost logo

Boost Users :

Subject: Re: [Boost-users] [statechart] Is it possible to have nested (sub)states in an asynchronous state machine?
From: Gurcan Gulesir (gurcan.gulesir_at_[hidden])
Date: 2011-06-15 08:30:36


Thanks for the recommendation. The problem turned out to be indeed with
forward declarations. I wish the compilation errors were somewhat more
informative, so that I could find the root cause of the problem easily.

-----Original Message-----
From: boost-users-bounces_at_[hidden]
[mailto:boost-users-bounces_at_[hidden]] On Behalf Of Igor R
Sent: donderdag 9 juni 2011 18:33
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] [statechart] Is it possible to have nested
(sub)states in an asynchronous state machine?

> 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.
_______________________________________________
Boost-users mailing list
Boost-users_at_[hidden]
http://lists.boost.org/mailman/listinfo.cgi/boost-users


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net