Language
C++
Compiler
clang 6.0.1
Options
Warnings
Boost 1.65.0
C++2a(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.65.0/clang-6.0.1/include -std=gnu++2a
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