Opened 8 years ago
Last modified 8 years ago
#9943 new Bugs
Possible error in MSM state machine docs
Reported by: | Owned by: | Christophe Henry | |
---|---|---|---|
Milestone: | To Be Determined | Component: | msm |
Version: | Boost 1.55.0 | Severity: | Cosmetic |
Keywords: | state machine doc | Cc: |
Description
http://www.boost.org/doc/libs/1_55_0/libs/msm/doc/HTML/ch01.html
typedef player p; makes transition table cleaner
struct transition_table : mpl::vector11< Start Event Target Action +---------+------------+-----------+---------------------------+
row< Stopped , play , Playing , &p::start_playback >,
The word "Start" should probably be "State".
Note:
See TracTickets
for help on using tickets.