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++17
no pedantic

Author

anonymous

over 6 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/clang-head/include -std=c++17
prog.cc:8:16: error: invalid suffix '+foo' on integer constant
    int v = 0xe+foo;
               ^
1 error generated.
Exit Code:
1