Closed tkem closed 5 years ago
Plain fsm::row should be reserved for something more user-friendly, e.g. placeholder parameters in C++17.
fsm::row
Also Action and Guard types should probably match the types of the corresponding non-type parameters to avoid issues with *nullptr and better integrate with placeholders in the future.
*nullptr
Plain
fsm::row
should be reserved for something more user-friendly, e.g. placeholder parameters in C++17.