sml
sml copied to clipboard
detect transition target for on_entry
return make_transition_table( "fin wait 1"s + on_entry<> = "fin wait 2"_s)
Will eventually generate an error about the template depth being exceeded during compilation.
It would be nice if a better compiler error can be outputted indicating that with an on_entry event there should not be a destination.