Author
anonymous
over 8 years ago
Language
Compiler
Options
Author
anonymous
over 8 years ago
$ prog.cc: In instantiation of 'void f(T) [with T = std::__cxx11::list<double>]':
prog.cc:16:26: required from here
prog.cc:7:10: warning: unused parameter 't' [-Wunused-parameter]
void f(T t) {
^
prog.cc: In instantiation of 'void f(T) [with T = std::vector<std::tuple<int> >]':
prog.cc:17:37: required from here
prog.cc:7:10: warning: unused parameter 't' [-Wunused-parameter]
1
1
Exit Code:
0