$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r68217 - in branches/release/boost/msm: . mpl_graph
From: christophe.j.henry_at_[hidden]
Date: 2011-01-17 15:53:14
Author: chenry
Date: 2011-01-17 15:53:03 EST (Mon, 17 Jan 2011)
New Revision: 68217
URL: http://svn.boost.org/trac/boost/changeset/68217
Log:
merged rev. 67897
Properties modified: 
   branches/release/boost/msm/   (props changed)
Text files modified: 
   branches/release/boost/msm/mpl_graph/search_colors.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/msm/mpl_graph/search_colors.hpp
==============================================================================
--- branches/release/boost/msm/mpl_graph/search_colors.hpp	(original)
+++ branches/release/boost/msm/mpl_graph/search_colors.hpp	2011-01-17 15:53:03 EST (Mon, 17 Jan 2011)
@@ -13,7 +13,7 @@
     struct White {};
     struct Gray {};
     struct Black {};
-};
+}
 
 struct create_search_color_map : mpl::map<> {};