Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add (failing) unit test for boost-ext#562
While events triggered via `process()` from a sub state are correctly handled in the parent state, events triggered via `back::process` are not. Also, the event triggered via `back::process` is not known to the parent machine, causing a compiler error: `no matching function for call to ‘get_id<int, e2>(...)`
- Loading branch information