Language
C++
Compiler
gcc HEAD 9.0.0 20181120 (experimental)
Options
Warnings
Boost 1.68.0
C++03
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/gcc-head/include -std=c++98
Exit Code:
1
Author
anonymous
almost 7 years ago
C++
gcc HEAD 9.0.0 20181120 (experimental)
Author
anonymous
almost 7 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/gcc-head/include -std=c++98
In file included from /opt/wandbox/gcc-head/include/c++/9.0.0/random:35,
from prog.cc:1:
/opt/wandbox/gcc-head/include/c++/9.0.0/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
32 | #error This file requires compiler and library support \
| ^~~~~