Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 4 years ago

Language

C++

Compiler

gcc 11.1.0

Options
Warnings
Boost 1.76.0
C++2b(GNU)
no pedantic

Author

anonymous

almost 4 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.76.0/gcc-11.1.0/include -std=gnu++2b
prog.cc: In function 'int main()':
prog.cc:24:22:   in 'constexpr' expansion of 'lzero(1)'
prog.cc:7:7: error: expression '<throw-expression>' is not a constant expression
    7 |       throw "Compare with zero only!";
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Exit Code:
1