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