Language
C++
Compiler
gcc 4.9.2
Options
Boost 1.64.0
C++11
no pedantic
Raw compiler options
-I.
$ g++ prog.cc -I/opt/wandbox/boost-1.64.0/gcc-4.9.2/include -std=c++11 -I.
[1,2,3] > [1,2,4] false
{"A":"a","B":"b"} > {"A":"a","B":"b"} false
17 > 17.0000000000001 false
"foo" > "bar" true
Exit Code:
0