Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

C++

Compiler

clang 6.0.1

Options
Warnings
Boost 1.65.0
C++2a(GNU)
no pedantic

Author

anonymous

almost 7 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.65.0/clang-6.0.1/include -std=gnu++2a
In file included from prog.cc:2:
/opt/wandbox/boost-1.65.0/clang-6.0.1/include/boost/msm/back/state_machine.hpp:2159:66: warning: unused typedef 'composite' [-Wunused-local-typedef]
            typedef typename is_composite_state<StateType>::type composite;
                                                                 ^
1 warning generated.
State1::on_entry()
State1::on_exit()
do_some_business 42
State2::on_entry()
State2::on_exit()
do_some_business 44
State1::on_entry()
Exit Code:
0