|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r72086 - in trunk/boost/msm: . front front/euml
From: christophe.j.henry_at_[hidden]
Date: 2011-05-22 13:22:33
Author: chenry
Date: 2011-05-22 13:22:32 EDT (Sun, 22 May 2011)
New Revision: 72086
URL: http://svn.boost.org/trac/boost/changeset/72086
Log:
fixed warnings
Text files modified:
trunk/boost/msm/front/euml/common.hpp | 4 ----
trunk/boost/msm/front/euml/state_grammar.hpp | 10 +++++-----
trunk/boost/msm/front/functor_row.hpp | 2 --
trunk/boost/msm/front/state_machine_def.hpp | 2 --
trunk/boost/msm/proto_config.hpp | 2 --
5 files changed, 5 insertions(+), 15 deletions(-)
Modified: trunk/boost/msm/front/euml/common.hpp
==============================================================================
--- trunk/boost/msm/front/euml/common.hpp (original)
+++ trunk/boost/msm/front/euml/common.hpp 2011-05-22 13:22:32 EDT (Sun, 22 May 2011)
@@ -14,10 +14,6 @@
#include <boost/config.hpp>
#include <boost/msm/proto_config.hpp>
-#ifndef BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
-#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
-#endif
-
#include <iterator>
#include <utility>
Modified: trunk/boost/msm/front/euml/state_grammar.hpp
==============================================================================
--- trunk/boost/msm/front/euml/state_grammar.hpp (original)
+++ trunk/boost/msm/front/euml/state_grammar.hpp 2011-05-22 13:22:32 EDT (Sun, 22 May 2011)
@@ -602,8 +602,8 @@
typedef ::boost::fusion::pair<int,int> attribute_type;
};
- attribute<> const attributes_ = {{}};
- attribute<> const no_attributes_ = {{}};
+attribute<> const attributes_ = {{{}}};
+ attribute<> const no_attributes_ = {{{}}};
struct BuildAttributesHelper
: proto::make<
@@ -672,8 +672,8 @@
)
};
- configure<> const configure_ = {{}};
- configure<> const no_configure_ = {{}};
+ configure<> const configure_ = {{{}}};
+ configure<> const no_configure_ = {{{}}};
struct BuildConfigure
: proto::make<
@@ -704,7 +704,7 @@
)
};
-define_init<> const init_ = {{}};
+define_init<> const init_ = {{{}}};
struct BuildInit
: proto::make<
::boost::mpl::pop_front<
Modified: trunk/boost/msm/front/functor_row.hpp
==============================================================================
--- trunk/boost/msm/front/functor_row.hpp (original)
+++ trunk/boost/msm/front/functor_row.hpp 2011-05-22 13:22:32 EDT (Sun, 22 May 2011)
@@ -11,8 +11,6 @@
#ifndef BOOST_MSM_FRONT_FUNCTOR_ROW_H
#define BOOST_MSM_FRONT_FUNCTOR_ROW_H
-#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
-
#include <boost/mpl/set.hpp>
#include <boost/mpl/for_each.hpp>
#include <boost/mpl/has_xxx.hpp>
Modified: trunk/boost/msm/front/state_machine_def.hpp
==============================================================================
--- trunk/boost/msm/front/state_machine_def.hpp (original)
+++ trunk/boost/msm/front/state_machine_def.hpp 2011-05-22 13:22:32 EDT (Sun, 22 May 2011)
@@ -14,8 +14,6 @@
#include <exception>
#include <boost/assert.hpp>
-#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
-
#include <boost/mpl/vector.hpp>
#include <boost/msm/row_tags.hpp>
Modified: trunk/boost/msm/proto_config.hpp
==============================================================================
--- trunk/boost/msm/proto_config.hpp (original)
+++ trunk/boost/msm/proto_config.hpp 2011-05-22 13:22:32 EDT (Sun, 22 May 2011)
@@ -11,8 +11,6 @@
#ifndef BOOST_MSM_PROTO_CONFIG_H
#define BOOST_MSM_PROTO_CONFIG_H
-#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
-
#include <boost/proto/proto_fwd.hpp>
#endif //BOOST_MSM_PROTO_CONFIG_H
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