sml icon indicating copy to clipboard operation
sml copied to clipboard

detect transition target for on_entry

Open marcpawl opened this issue 4 years ago • 0 comments

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.

marcpawl avatar Mar 20 '20 18:03 marcpawl