Author
anonymous
almost 7 years ago
$
prog.cc: In function 'constexpr int factorial(int)': prog.cc:6:24: error: 'n' is not a constant expression if constexpr(n == 0) return 1; ^