$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84715 - trunk/boost/statechart
From: ahd6974-boostorg_at_[hidden]
Date: 2013-06-09 10:23:18
Author: andreas_huber69
Date: 2013-06-09 10:23:18 EDT (Sun, 09 Jun 2013)
New Revision: 84715
URL: http://svn.boost.org/trac/boost/changeset/84715
Log:
Fixes #8480. Thanks for the patch!
Text files modified:
trunk/boost/statechart/simple_state.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/statechart/simple_state.hpp
==============================================================================
--- trunk/boost/statechart/simple_state.hpp Sun Jun 9 10:14:11 2013 (r84714)
+++ trunk/boost/statechart/simple_state.hpp 2013-06-09 10:23:18 EDT (Sun, 09 Jun 2013) (r84715)
@@ -527,7 +527,7 @@
{
pContext_->set_outermost_unstable_state(
pOutermostUnstableState );
- // fall through to next case intended
+ BOOST_FALLTHROUGH;
}
else
{