Language
C++
Compiler
gcc 4.4.7
Options
Warnings
Boost 1.59.0
C++0x(GNU)
$ g++ prog.cc -Wall -W -I/opt/wandbox/boost-1.59.0/gcc-4.4.7/include -std=gnu++0x
Hello, Wandbox!2
Exit Code:
0
Author
anonymous
over 3 years ago
C++
gcc 4.4.7
Author
anonymous
over 3 years ago
$ g++ prog.cc -Wall -W -I/opt/wandbox/boost-1.59.0/gcc-4.4.7/include -std=gnu++0x
In file included from prog.cc:4:
test.h: In function 'int f()':
test.h:2: warning: left-hand operand of comma has no effect
Hello, Wandbox!2