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:19:9: required from here
prog.cc:11:28: error: too few arguments to function 'void bar(int, std::string)'
bar(std::forward<T>(t)...);
^
prog.cc:5:6: note: declared here
void bar( int i, string s ){
^
Exit Code:
1