fork download
  1. template<constexpr int N>
  2. struct S;
  3.  
  4.  
  5. int main() {}
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1:24: error: a parameter cannot be declared 'constexpr'
 template<constexpr int N>
                        ^
stdout
Standard output is empty