Untitled
By: a guest | Mar 21st, 2010 | Syntax:
C++ | Size: 0.45 KB | Hits: 79 | Expires: Never
stack.h:33: warning: friend declaration âbool cop4530::operator==(const cop4530::Stack<T>&, const cop4530::Stack<T>&)â declares a non-template function
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)
stack.h:34: warning: friend declaration âbool cop4530::operator<(const cop4530::Stack<T>&, const cop4530::Stack<T>&)â declares a non-template function