[Boost-bugs] [Boost C++ Libraries] #9943: Possible error in MSM state machine docs

Subject: [Boost-bugs] [Boost C++ Libraries] #9943: Possible error in MSM state machine docs
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-04-23 17:47:38


#9943: Possible error in MSM state machine docs
---------------------------------+---------------------------
 Reporter: Fred Weed <fweed@…> | Owner: matias
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: Documentation
  Version: Boost 1.55.0 | Severity: Cosmetic
 Keywords: state machine doc |
---------------------------------+---------------------------
 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".

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9943>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:16 UTC