Author
anonymous
about 8 years ago
Language
Compiler
Options
Author
anonymous
about 8 years ago
$
prog.cc: In instantiation of 'void hoge(T ...) [with T = {int}]':
prog.cc:20:9: required from here
prog.cc:14:11: error: too few arguments to function 'void bar(int, std::string&)'
bar(t...);
^
prog.cc:8:6: note: declared here
void bar( int i, string& s ){
^
Exit Code:
1