Language
C++
Compiler
gcc 10.1.0
Options
Warnings
Don't Use Boost
C++17
no pedantic
$ g++ prog.cc -Wall -Wextra -std=c++17
Exit Code:
1
Author
anonymous
over 4 years ago
C++
gcc 10.1.0
Author
anonymous
over 4 years ago
$ g++ prog.cc -Wall -Wextra -std=c++17
prog.cc: In function 'int main()':
prog.cc:21:30: error: static assertion failed
21 | static_assert(check<Hige>::value);
| ~~~~~~~~~~~~~^~~~~
prog.cc:22:30: error: static assertion failed
22 | static_assert(check<Hage>::value);
| ~~~~~~~~~~~~~^~~~~