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<std::tuple<V> >) [with T = std::vector; V = int]':
prog.cc:17:37: required from here
prog.cc:11:25: warning: unused parameter 't' [-Wunused-parameter]
void f(T<std::tuple<V>> t) {
^
1
2
Exit Code:
0