Author
anonymous
over 7 years ago
Language
Compiler
Options
Author
anonymous
over 7 years ago
$
prog.cc:15:3: error: no matching function for call to 'myfunction'
myfunction<myobject>(); //this does not work
^~~~~~~~~~~~~~~~~~~~
prog.cc:8:6: note: candidate template ignored: invalid explicitly-specified argument for template parameter 'b'
void myfunction() {
^
1 error generated.
Exit Code:
1