Author
anonymous
almost 10 years ago
Language
Compiler
Options
Author
anonymous
almost 10 years ago
$
prog.cc:27:5: error: no matching function for call to 'doWorkB'
doWorkB(arr);
^~~~~~~
prog.cc:17:6: note: candidate template ignored: substitution failure : deduced non-type template argument does not have the same type as the its corresponding template parameter ('unsigned long' vs 'int')
void doWorkB( std::array<int,N>&)
^
1 error generated.
Exit Code:
1