Language
C++
Compiler
clang 6.0.0
Options
Warnings
Boost 1.67.0
MessagePack
C++17(GNU)
no pedantic
$ 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
Exit Code:
1
Author
anonymous
almost 7 years ago
C++
clang 6.0.0
Author
anonymous
almost 7 years ago
$ 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
In file included from prog.cc:4:
In file included from ./myfsm.h:10:
In file included from ./state1.h:10:
./pkt1.h:12:19: error: unknown type name 'MyFsm'
void dispatch(MyFsm *fsm){
^
1 error generated.