You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe update documentation that you have to use events in table before you use it in action.
Actual Behavior
compile error with template argument deduction/substitution failed:
Specifications
Version: v1.1.8
Platform: Ubuntu 18.04
The text was updated successfully, but these errors were encountered:
martinerk0
changed the title
Template error when using unused event in sml::back::process<> in action.
Template error when using unused event in sml::back::process<> in action.
Jun 7, 2023
When using
sml::back::process<> process_event
with event that is not previously used in the table:Example from this issue with added
nani
event.Expected Behavior
Maybe update documentation that you have to use events in table before you use it in action.
Actual Behavior
compile error with
template argument deduction/substitution failed:
Specifications
The text was updated successfully, but these errors were encountered: