Author
anonymous
about 7 years ago
Language
Compiler
Options
Author
anonymous
about 7 years ago
$
prog.cc:5:8: error: class template partial specialization does not specialize any template argument; to define the primary template, remove the template argument list
struct foo<C> {};
^ ~~~
prog.cc:4:19: error: template type parameter conflicts with previous template type parameter pack
template<template<typename> class C>
^
prog.cc:1:19: note: previous template type parameter pack declared here
template<template<typename ...> class>
^
2 errors generated.
Exit Code:
1