kanje / bosce

boost::statechart extractor
Boost Software License 1.0
27 stars 4 forks source link

Handle non-const& events passed to react() methods #14

Closed kanje closed 2 years ago

kanje commented 2 years ago

Sometimes custom reactions accept events by value. This currently leads to a crash. This PR fixes the issue.