Author
anonymous
over 55 years ago
Language
Compiler
Options
Author
anonymous
over 55 years ago
$
prog.cc:16:1: warning: extraneous template parameter list in template specialization
template <>
^~~~~~~~~~~
prog.cc:17:25: warning: class template partial specialization contains a template parameter that can not be deduced; this partial specialization will never be used
template <int N> struct Hoge<typename Fuga<N>::type> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
prog.cc:17:15: note: non-deducible template parameter 'N'
template <int N> struct Hoge<typename Fuga<N>::type> {
^
2 warnings generated.
Hoge<T>
Exit Code:
0