
On Tue, Nov 10, 2009 at 4:27 AM, Christophe Henry < christophe.j.henry@googlemail.com> wrote:
Dear Boosters,
I'm happy to announce the review-ready new version of Msm (2.0). Msm is a framework which enables you to build a Finite State Machine in a straightforward, descriptive and easy-to-use manner. The generated code is optimized for speed and will force you to use neither RTTI nor anything virtual. Msm supports most of UML state machine features: - state entry/exit - transition actions/guards - composite states - history - orthogonal regions - terminate states - deferred events - explicit entry/fork - entry/exit pseudostates - anonymous transitions - transition conflicts and much more.
Apologies if this is a silly question as I'm not familiar with earlier versions of MSM, but how does this library different from Boost.Statechart?