Просмотр исходного кода

- Out of the box, a state machine no longer uses exception_translator<> to translate exceptions propagated into the framework. Instead, null_exception_translator is now used, which does not catch or translate any exceptions. Updated docs accordingly
- Implemented two stage exit and updated docs accordingly
- Implemented an experimental feature that allows a transition action to be a member of the transition source or any of its direct or indirect contexts, see BOOST_FSM_RELAX_TRANSITION_CONTEXT
- Various small code and documentation improvements


[SVN r25762]

Andreas Huber 21 лет назад
Родитель
Сommit
232aeb9b85
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libs/statechart

+ 1 - 1
libs/statechart

@@ -1 +1 @@
-Subproject commit eaa1f4d80d5667ff30a1a7a990fd7d137c8b49b9
+Subproject commit a21d9bf1ba50d639e6f4551fb70229c154fb0e47

粤ICP备19079148号