Compiler warning in prcserror.h

Issue #13 resolved
Kaz Nishimura repo owner created an issue
./include/prcserror.h:507:63: warning: friend declaration ‘std::ostream& operator<<(std::ostream&, const omanip<TP>&)’ declares a non-template function [-Wnon-template-friend]
./include/prcserror.h:507:63: note: (if this is not what you intended, make sure the function template has already been declared and add <> after the function name here)

Comments (1)

  1. Log in to comment