...
This commit is contained in:
@@ -396,7 +396,7 @@ public:
|
||||
[p_event, states, currentState, this]<traits::fsm_state_c curr_state_t>(curr_state_t*) {
|
||||
using to_state_t = curr_state_t::transition_t::template find_state_by_event_t<EvT>;
|
||||
|
||||
if constexpr (std::holds_alternative<to_state_t>(*currentState)) {
|
||||
if (std::holds_alternative<to_state_t>(*currentState)) {
|
||||
// ?!!!! from self
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user