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
A third template parameter should be added to class fsm, which specifies a BasicLockable.
This would be locked at the start of process_event(), so recursive invocations can be detected.
The default class should throw a logic_error in this case, except if exceptions are disabled.
The text was updated successfully, but these errors were encountered:
A third template parameter should be added to class
fsm
, which specifies a BasicLockable.This would be locked at the start of
process_event()
, so recursive invocations can be detected.The default class should throw a
logic_error
in this case, except if exceptions are disabled.The text was updated successfully, but these errors were encountered: