Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

clang 6.0.0

Options
Warnings
Boost 1.67.0
MessagePack
C++17(GNU)
no pedantic

Author

anonymous

over 6 years ago

myfsm.h

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/clang-6.0.0/include -I/opt/wandbox/msgpack/include -std=gnu++17
Testing boost::msm ...
State1::on_entry()
State1::on_exit()
State2::on_entry()
SubState1::on_entry()
Transition Rejected by Guard 
Transition Approved by Guard 
SubState1::on_exit()
SubState2::on_entry()
Transition Rejected by Guard 
Exit Code:
0