Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 9 years ago

Language

Compiler

Options

Author

anonymous

about 9 years ago

$
In file included from prog.cc:2:0:
/usr/local/boost-1.60.0/include/boost/msm/back/state_machine.hpp: In member function 'void boost::msm::back::state_machine<A0, A1, A2, A3, A4>::init_flags<Flag>::operator()(const boost::msm::wrap<State>&)':
/usr/local/boost-1.60.0/include/boost/msm/back/state_machine.hpp:2159:66: warning: typedef 'composite' locally defined but not used [-Wunused-local-typedefs]
             typedef typename is_composite_state<StateType>::type composite;
                                                                  ^~~~~~~~~
State1::on_entry()
SubState1::on_entry()
> Send Event2()
SubState1::on_exit()
SubState2::on_entry()
SubSubState1::on_entry()
> Send Event4()
SubSubState1::on_exit()
SubSubState2::on_entry()
> Send Event5()
SubSubState2::on_exit()
SubSubState1::on_entry()
> Send Event3()
SubSubState1::on_exit()
SubState2::on_exit()
SubState1::on_entry()
> Send Event1()
SubState1::on_exit()
State1::on_exit()
State2::on_entry()
Exit Code:
0