Author
anonymous
over 8 years ago
Language
Compiler
Options
Author
anonymous
over 8 years ago
$ prog.cc: In instantiation of 'Matrix<T>::Matrix(const Matrix<U>&) [with U = std::__cxx11::basic_string<char>; T = int]':
prog.cc:26:20: required from here
prog.cc:11:27: warning: unused parameter 'mat' [-Wunused-parameter]
Matrix(const Matrix<U>& mat){
^~~
Exit Code:
0