Language
C++
Compiler
gcc HEAD 9.0.1 20190206 (experimental)
Options
Warnings
Boost 1.68.0
C++14(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/gcc-head/include -std=gnu++14
Animal::GetCount() = 2
Test is passed.
EnumTraits<Vehicle>::GetCount() = 3
Test is passed.
Exit Code:
0