Dmitriy Kargapolov

Results 3 issues of Dmitriy Kargapolov

Trying to use locks app (master branch, c9b585a) I've got interesting failure in a scenario described below. There were 4 nodes alive connected to each other - A, B, C...

This is useful for complex framing cases, like, for example, EnOcean Serial Protocol 3 (ESP3) - https://www.enocean.com/esp3/, which has 2 checksums in the frame. It is more convenient to represent...

The following code runs as expected: ``` #include #include namespace x3 = boost::spirit::x3; namespace ast { struct op_1; struct expr_1 : x3::variant< int, x3::forward_ast > { using base_type::base_type; using base_type::operator=;...