Language
C++
Compiler
gcc 5.4.0
Options
Warnings
Boost 1.66.0
C++17(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.66.0/gcc-5.4.0/include -std=gnu++17
0
x=123 y=456
x=123 y=456
x=123
x= y=456
Exit Code:
0
C++
gcc 5.4.0
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.66.0/gcc-5.4.0/include -std=gnu++17
0
x=123 y=456
x=123 y=456
x=123
x= y=456