Language
C++
Compiler
gcc HEAD 9.0.0 20180715 (experimental)
Options
Warnings
Boost 1.67.0
C++11
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/gcc-head/include -std=c++11
Exit Code:
1
Author
anonymous
about 7 years ago
C++
gcc HEAD 9.0.0 20180715 (experimental)
Author
anonymous
about 7 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/gcc-head/include -std=c++11
prog.cc: In function 'int main()':
prog.cc:6:30: error: invalid operands of types 'const char [1]' and 'const char [6]' to binary 'operator/'
std::string fruit = "" / "apple";
~~~^~~~~~~~~