Language
C++
Compiler
gcc HEAD 9.0.0 20181221 (experimental)
Options
Warnings
Boost 1.69.0
C++17
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/gcc-head/include -std=c++17
start doSomething()
do something
return from doSomething(): ret = 0
Exit Code:
0