Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

C++

Compiler

clang HEAD 9.0.0 (https://github.com/llvm-mirror/clang.git 8070ca12f87e66f76db528c107e9d291f4a91498) (https://github.com/llvm-mirror/llvm.git 6186e8e51b1d7e76a68ec60a1620f6b4e844f0b3)

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

Author

anonymous

almost 7 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/clang-head/include -std=gnu++2a
prog.cc:12:12: warning: unused parameter 'a' [-Wunused-parameter]
    cls (X a)
           ^
prog.cc:18:12: warning: unused parameter 'a' [-Wunused-parameter]
    cls (X a)
           ^
2 warnings generated.
Ctor for int
Ctor for char
Exit Code:
0