Language
C++
Compiler
gcc 7.2.0
Options
Warnings
Don't Use Boost
C++14
no pedantic
Raw compiler options
-I../include/nonstd/
-Dnssv_CONFIG_STD_SV_OPERATOR=1
$ g++ prog.cc -Wall -Wextra -std=c++14 -I../include/nonstd/ -Dnssv_CONFIG_STD_SV_OPERATOR=1
hello, world!
Exit Code:
0