Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

C++

Compiler

clang 6.0.1

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

Author

anonymous

almost 7 years ago

$ clang++ prog.cc -Wall -Wextra -std=gnu++2a
prog.cc:17:5: error: static_assert failed "unexpected"
    static_assert(false, "unexpected");
    ^             ~~~~~
1 error generated.
Exit Code:
1