erikzenker / hsm

Finite state machine library based on the boost hana meta programming library. It follows the principles of the boost msm and boost sml libraries, but tries to reduce own complex meta programming code to a minimum.
MIT License
187 stars 18 forks source link

[BUG] direct transition on initial state #187

Open dfleury2 opened 1 year ago

dfleury2 commented 1 year ago

Hi, when the intial state has a direct transition, it is not activated.

Here the example : entry-exit example

(I try this to have the entry/exit called for my real initial state)

Regards