|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r64164 - trunk/libs/statechart/doc
From: ahd6974-boostorg_at_[hidden]
Date: 2010-07-19 15:22:46
Author: andreas_huber69
Date: 2010-07-19 15:22:46 EDT (Mon, 19 Jul 2010)
New Revision: 64164
URL: http://svn.boost.org/trac/boost/changeset/64164
Log:
Corrected doc bug reported by Noah Roberts.
Text files modified:
trunk/libs/statechart/doc/rationale.html | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
Modified: trunk/libs/statechart/doc/rationale.html
==============================================================================
--- trunk/libs/statechart/doc/rationale.html (original)
+++ trunk/libs/statechart/doc/rationale.html 2010-07-19 15:22:46 EDT (Mon, 19 Jul 2010)
@@ -466,11 +466,9 @@
// universal choice point base class template
template< class MostDerived, class Context >
-struct choice_point : sc::state< MostDerived, Context,
- sc::custom_reaction< make_choice > >
+struct choice_point : sc::state< MostDerived, Context >
{
- typedef sc::state< MostDerived, Context,
- sc::custom_reaction< make_choice > > base_type;
+ typedef sc::state< MostDerived, Context > base_type;
typedef typename base_type::my_context my_context;
typedef choice_point my_base;
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk