Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

clang HEAD 12.0.0 (https://github.com/llvm/llvm-project.git d9ff48d03817f83d4059b610a776c797308de2e5)

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

Author

anonymous

over 4 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-head/include -std=gnu++2a
prog.cc:19:16: warning: unused parameter 's' [-Wunused-parameter]
void foo(N1::S s) {
               ^
1 warning generated.
called foo.
called N2::foo, generic one.
Exit Code:
0