Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

clang 3.9.1

Options
Warnings
Boost 1.69.0
C++1z(GNU)
no pedantic

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/clang-3.9.1/include -std=gnu++1z
prog.cc:31:47: warning: unused parameter 'event' [-Wunused-parameter]
    void operator()(const sml::back::initial& event){}
                                              ^
1 warning generated.
version 114
[OnEntry] const (anonymous namespace)::e1 & | BaseEvent related event with value=200
[OnEntry] const (anonymous namespace)::e2 & | other events
[OnEntry] const (anonymous namespace)::e3 & | BaseEvent related event with value=300
Exit Code:
0