Closed akowalew closed 5 years ago
Since you are trying to leave a sub state machine somehow, the issue is also related to #185. I am currently trying to replace an msm implementation with a sml one. But fail because I am not able to leave a sub state machine through multiple pseudo exit states (http://redboltz.wikidot.com/exit-point-pseudo-state).
Hi!
I've just slightly modified "Defer/Process" example from the docs, by adding sub-state and processing event from it to the outer one:
Using Clang 6.0.1 I'm getting following compile error:
After switching to GCC 8.1 I'm getting similar trace:
Is that bug or not? Shall I process events from sub-states?