$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r63499 - in branches/release/boost/msm: . front
From: christophe.j.henry_at_[hidden]
Date: 2010-07-02 14:54:40
Author: chenry
Date: 2010-07-01 14:47:42 EDT (Thu, 01 Jul 2010)
New Revision: 63499
URL: http://svn.boost.org/trac/boost/changeset/63499
Log:
merged revision 63498
Properties modified: 
   branches/release/boost/msm/   (props changed)
Text files modified: 
   branches/release/boost/msm/front/states.hpp |     1 -                                       
   1 files changed, 0 insertions(+), 1 deletions(-)
Modified: branches/release/boost/msm/front/states.hpp
==============================================================================
--- branches/release/boost/msm/front/states.hpp	(original)
+++ branches/release/boost/msm/front/states.hpp	2010-07-01 14:47:42 EDT (Thu, 01 Jul 2010)
@@ -83,7 +83,6 @@
 template <int ZoneIndex=-1>
 struct explicit_entry 
 {
-    typedef int no_automatic_create;
     typedef int explicit_entry_state;
     enum {zone_index=ZoneIndex};
 };