Language
C++
Compiler
gcc 5.4.0
Options
Warnings
Boost 1.67.0
C++11
no pedantic
Raw compiler options
-DDEBUG
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/gcc-5.4.0/include -std=c++11 -DDEBUG
result = 1234.57
result = 2345.68
prog.cc(49) : result = 3456.79
prog.cc(52) : aEnum = 1
prog.cc(55) : aRatio = 16/9
prog.cc(58) : aString = test
Exit Code:
0