Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 7 years ago

Language

C++

Compiler

gcc HEAD 9.0.0 20180715 (experimental)

Options
Warnings
Boost 1.67.0
C++11
no pedantic

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";
                           ~~~^~~~~~~~~
Exit Code:
1