Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. In instantiation of 'std::ostream& operator<<(std::ostream&, const Polynom<T>&) [with T = double; std::ostream = std::basic_ostream<char>]':
  2. :101:8: required from 'void Matrix<T>::print() [with T = Polynom<double>]'
  3. :349:12: required from here //////This is the line where the matrix print is called in int main(): "m.print()"
  4. :335:3: error passing 'const Polynom<double>' as 'this' argument of 'void Polynom<T>::print() [with T = double]' discards [-fpermissive]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement