Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C++

Compiler

clang HEAD 9.0.0 (https://github.com/llvm-mirror/clang.git 753d85a17fa0430aa27e38fa6ac5d5dd0240c351) (https://github.com/llvm-mirror/llvm.git ffc144faab860cd8051462a5a677a2385bab2704)

Options
Warnings
Don't Use Boost
C++17(GNU)
no pedantic

Author

anonymous

about 6 years ago

$ clang++ prog.cc -Wall -Wextra -std=gnu++17
prog.cc:8:6: error: exception specification in declaration does not match previous declaration
void foo(T)
     ^
prog.cc:4:6: note: previous declaration is here
void foo(T)
     ^
1 error generated.
Exit Code:
1