Author
anonymous
over 7 years ago
Language
Compiler
Options
Author
anonymous
over 7 years ago
$
prog.cc:5:18: warning: friend declaration 'T foo()' declares a non-template function [-Wnon-template-friend]
friend X foo;
^~~
prog.cc:5:18: note: (if this is not what you intended, make sure the function template has already been declared and add <> after the function name here)
Exit Code:
0