Language
C++
Compiler
gcc 11.1.0
Options
Warnings
Boost 1.76.0
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.76.0/gcc-11.1.0/include -std=gnu++2b
Exit Code:
1
Author
anonymous
almost 4 years ago
C++
gcc 11.1.0
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!";
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~