|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r63078 - trunk/libs/msm/test
From: christophe.j.henry_at_[hidden]
Date: 2010-06-18 06:46:34
Author: chenry
Date: 2010-06-18 06:46:33 EDT (Fri, 18 Jun 2010)
New Revision: 63078
URL: http://svn.boost.org/trac/boost/changeset/63078
Log:
fixed error reported by clang
Text files modified:
trunk/libs/msm/test/SimpleInternalEuml.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/libs/msm/test/SimpleInternalEuml.cpp
==============================================================================
--- trunk/libs/msm/test/SimpleInternalEuml.cpp (original)
+++ trunk/libs/msm/test/SimpleInternalEuml.cpp 2010-06-18 06:46:33 EDT (Fri, 18 Jun 2010)
@@ -68,6 +68,7 @@
// derive to be able to add an internal transition table
struct Empty_impl : public Empty_def
{
+ Empty_impl(){}
BOOST_MSM_EUML_DECLARE_INTERNAL_TRANSITION_TABLE((
internal_evt [internal_guard_fct] / ++source_(empty_internal_action_counter)
))
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