Subject: [Boost-bugs] [Boost C++ Libraries] #8682: Doc: Wrong Use of func_state<> template
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-06-10 07:52:15
#8682: Doc: Wrong Use of func_state<> template
-------------------------------------------------+---------------------
Reporter: Norbert Riedlin <norbert.riedlin@â¦> | Owner: chenry
Type: Bugs | Status: new
Milestone: To Be Determined | Component: msm
Version: Boost 1.53.0 | Severity: Problem
Keywords: |
-------------------------------------------------+---------------------
In the example of the section
== Defining states with entry/exit actions ==
on
http://www.boost.org/doc/libs/1_53_0/libs/msm/doc/HTML/ch03s03.html
the template parameters for ''func_state<>'' are wrong. I guess it should
be:
{{{
struct Empty : public
msm::front::euml::func_state<Empty,Empty_Entry,Empty_Exit>{};
}}}
(I added the first template parameter '''''Empty''''')
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8682> 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:13 UTC