Fedor Vlasov

Results 3 issues of Fedor Vlasov

Currently it is possible to add a custom `c_str()` function to own state classes. However this does not work for sub state machines. Even with a custom `c_str()` function `get_type_name`...

Today I wanted to update the Boost::SML library in our codebase, we used version 1.1.0 and I wanted to switch to 1.1.6. We have an extensive unit test suite and...

Hello, I noticed the `clientId` is a readonly property of the `Client` interface. However, very often the client id is used as an active part of the communication, e.g. for...