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
Create a state machine with at least one dependency
Don't directly place the dependency in the parameter to the actions. Instead, use the four default parametes (event, SM, dependencies, and subSMs) and call sml::aux::get<dependency&>(deps)
Expected Behavior
Successful compilation
Actual Behavior
Failed compilation
Steps to Reproduce the Problem
sml::aux::get<dependency&>(deps)
Example here:
https://godbolt.org/z/s67ovac19
The example currently does not compile. A comment switch will switch between the non-compiling and compiling version.
The text was updated successfully, but these errors were encountered: