Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 6 years ago

Language

C++

Compiler

gcc 9.1.0

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

Author

anonymous

almost 6 years ago

$ g++ prog.cc -Wall -Wextra -std=c++17
prog.cc: In instantiation of 'void f(T) [with T = char]':
prog.cc:19:10:   required from here
prog.cc:9:44: error: static assertion failed
    9 |         static_assert([](){ return false; }());
      |                       ~~~~~~~~~~~~~~~~~~~~~^~
Exit Code:
1