Author
anonymous
almost 6 years ago
C++
gcc 9.1.0
$ 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; }()); | ~~~~~~~~~~~~~~~~~~~~~^~