Boost C++ Libraries: Ticket #8378: MSM: doc: incorrect example https://svn.boost.org/trac10/ticket/8378 <p> The example at the beginning of <a href="http://www.boost.org/doc/libs/1_53_0/libs/msm/doc/HTML/ch03s03.html">http://www.boost.org/doc/libs/1_53_0/libs/msm/doc/HTML/ch03s03.html</a> is still using g_row and other &amp;player_::. </p> <p> Also, the example which is just after </p> <pre class="wiki"> struct store_cd_info { template &lt;class Fsm,class Evt,class SourceState,class TargetState&gt; void operator()(Evt const&amp;, Fsm&amp; fsm, SourceState&amp;,TargetState&amp; ) { cout &lt;&lt; "player::store_cd_info" &lt;&lt; endl; fsm.process_event(play()); } }; </pre><p> has a very funky indentation for the second line of the function's body. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8378 Trac 1.4.3 Christophe Henry Wed, 03 Apr 2013 20:51:47 GMT <link>https://svn.boost.org/trac10/ticket/8378#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8378#comment:1</guid> <description> <p> Ok for the indentation, will be done for 1.54. The g_row is intentional as stated: "It is also possible to mix rows from different front-ends. To show this, a g_row has been left in the transition table" </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Christophe Henry</dc:creator> <pubDate>Wed, 03 Apr 2013 21:23:20 GMT</pubDate> <title>status, version, milestone changed; resolution set https://svn.boost.org/trac10/ticket/8378#comment:2 https://svn.boost.org/trac10/ticket/8378#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>version</strong> <span class="trac-field-old">Boost 1.53.0</span> → <span class="trac-field-new">Boost 1.54.0</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.54.0</span> </li> </ul> <p> Indentation fixed. </p> Ticket