Author
anonymous
over 7 years ago
Language
Compiler
Options
Author
anonymous
over 7 years ago
$
In file included from prog.cc:1:0:
a.h:4:17: error: expected unqualified-id before '<' token
extern template <>
^
prog.cc: In function 'int main()':
prog.cc:5:12: warning: unused variable 's' [-Wunused-variable]
S<int> s;
^
In file included from a.cpp:1:0:
a.h:4:17: error: expected unqualified-id before '<' token
extern template <>
^
Exit Code:
1