$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r59682 - sandbox/msm/boost/msm/front/euml
From: christophe.j.henry_at_[hidden]
Date: 2010-02-14 14:43:47
Author: chenry
Date: 2010-02-14 14:43:46 EST (Sun, 14 Feb 2010)
New Revision: 59682
URL: http://svn.boost.org/trac/boost/changeset/59682
Log:
minor syntax improvement, for ex state_ instead of state_()
Text files modified: 
   sandbox/msm/boost/msm/front/euml/state_grammar.hpp |     6 +++++-                                  
   1 files changed, 5 insertions(+), 1 deletions(-)
Modified: sandbox/msm/boost/msm/front/euml/state_grammar.hpp
==============================================================================
--- sandbox/msm/boost/msm/front/euml/state_grammar.hpp	(original)
+++ sandbox/msm/boost/msm/front/euml/state_grammar.hpp	2010-02-14 14:43:46 EST (Sun, 14 Feb 2010)
@@ -484,7 +484,11 @@
         proto::when<
             proto::terminal<event_tag>,
             proto::_
-                >
+                >,
+        proto::when<
+                proto::terminal<proto::_>,
+                get_fct<proto::_ >()
+				>
     >
 {};
 struct BuildActions