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
state::transit< Dest, Context, MyEvent >( nullptr, e );
where i pass an event without an action should be valid. however, transition function gets called in transition_function::operator() causing an exception derefencing a nullptr.
usecase:
access e in destintation state using triggering_event()
The text was updated successfully, but these errors were encountered:
in my opinion a hand-tailored transition like
state::transit< Dest, Context, MyEvent >( nullptr, e );
where i pass an event without an action should be valid. however, transition function gets called in
transition_function::operator()
causing an exception derefencing a nullptr.usecase:
access
e
in destintation state usingtriggering_event()
The text was updated successfully, but these errors were encountered: