Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

gcc 10.1.0

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

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);
      |                 ~~~~~~~~~~~~~^~~~~
Exit Code:
1