-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exit events where sometimes called 2 times due to the fact that they always returned false. This was always triggering process_internal_generic_event in include/boost/sml/back/state_machine.hpp line 190. Change implementation to have a behavior similar to the on_entry events but with reversed logic, bottom to top instead of top to bottom
- Loading branch information
1 parent
3f9554d
commit 3737aca
Showing
2 changed files
with
15 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters