Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

C++

Compiler

clang HEAD 8.0.0 (https://github.com/llvm-mirror/clang.git bfa6f5fe991a922e28ed05263ed795b8fb058b4b) (https://github.com/llvm-mirror/llvm.git 0f6ce82bae2d042a1d11220781e68dc3bea36640)

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

Author

anonymous

almost 7 years ago

data.txt

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/clang-head/include -std=gnu++2a
prog.cc:9:27: error: expected '>'
    return a.rank < b.rank;
                          ^
prog.cc:9:27: error: expected unqualified-id
2 errors generated.
Exit Code:
1