You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I like you take on a simple state machine. When building with -Wnon-virtual-dtor you got some warning. I would add virtual ~MooreMachine() noexcept = default;
to the MooreMachine template.
There is some reason I am missing why it is not there?