Language
C++
Compiler
gcc HEAD 10.0.0 20190801 (experimental)
Options
Warnings
Don't Use Boost
C++17
-pedantic-errors
$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic-errors foo::bar with i = 0
foo::bar with i = 81
foo::bar with i = 42
Exit Code:
0