Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: C++ | Size: 0.45 KB | Hits: 79 | Expires: Never
Copy text to clipboard
  1. stack.h:33: warning: friend declaration âbool cop4530::operator==(const cop4530::Stack<T>&, const cop4530::Stack<T>&)â declares a non-template function
  2. stack.h:33: note: (if this is not what you intended, make sure the function template has already been declared and add <> after the function name here)
  3. stack.h:34: warning: friend declaration âbool cop4530::operator<(const cop4530::Stack<T>&, const cop4530::Stack<T>&)â declares a non-template function