Ticket #8480: statechart.patch

File statechart.patch, 471 bytes (added by Alexander Kornienko <alexfh@…>, 10 years ago)
  • boost/statechart/simple_state.hpp

     
    527527          {
    528528            pContext_->set_outermost_unstable_state(
    529529              pOutermostUnstableState );
    530             // fall through to next case intended
     530            BOOST_FALLTHROUGH;
    531531          }
    532532          else
    533533          {