Language
C++
Compiler
clang 7.0.0
Options
Warnings
Boost 1.68.0
C++2a(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/clang-7.0.0/include -std=gnu++2a
State1::on_entry()
> Send Event1
> Send Event2
> Send Event3
> Send Event4
State2::on_entry()
State3::on_entry()
State5::on_entry()
Event1 disposed
Exit Code:
0