[Boost-bugs] [Boost C++ Libraries] #8378: MSM: doc: incorrect example

Subject: [Boost-bugs] [Boost C++ Libraries] #8378: MSM: doc: incorrect example
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-04-03 13:54:48


#8378: MSM: doc: incorrect example
-----------------------------------------------------+----------------------
 Reporter: Akim Demaille <akim.demaille@…> | Owner: chenry
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: msm
  Version: Boost 1.53.0 | Severity: Cosmetic
 Keywords: |
-----------------------------------------------------+----------------------
 The example at the beginning of
 http://www.boost.org/doc/libs/1_53_0/libs/msm/doc/HTML/ch03s03.html is
 still using g_row and other &player_::.

 Also, the example which is just after

 {{{

 struct store_cd_info
 {
     template <class Fsm,class Evt,class SourceState,class TargetState>
     void operator()(Evt const&, Fsm& fsm, SourceState&,TargetState& )
     {
         cout << "player::store_cd_info" << endl;
                             fsm.process_event(play());
     }
 };
 }}}

 has a very funky indentation for the second line of the function's body.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8378>
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:12 UTC