Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

clang HEAD 8.0.0 (https://github.com/llvm-mirror/clang.git b4ac732910ee32d004284aaa0632e5bb2fecc5fd) (https://github.com/llvm-mirror/llvm.git 1011e428fd0908dbabe4c6387ef65ba1f92c39a2)

Options
Warnings
Boost 1.69.0
C++2a(GNU)
no pedantic

Author

anonymous

over 6 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/clang-head/include -std=gnu++2a
prog.cc:4:22: error: invalid character '
' character in raw string delimiter; use PREFIX( )PREFIX to delimit raw string
const char* s = R"y";
                     ^
prog.cc:4:17: error: expected expression
const char* s = R"y";
                ^
2 errors generated.
Exit Code:
1