Maksym Mamontov

Results 13 comments of Maksym Mamontov

Both traces look logical to me. An action is just a 'side effect' of a transition. If we have a state and an event - the transition just happens. Actions...

Here is what the documentation says: > Exception Safety > > [Boost].SML doesn't use exceptions internally and therefore might be compiled with -fno-exceptions. > If guard throws an exception State...

From here: https://boost-experimental.github.io/sml/tutorial.html#8-handle-errors > When exceptions are enabled (project is NOT compiled with -fno-exceptions) they can be caught using exception syntax. Exception handlers will be processed in the order they...