Author
anonymous
almost 8 years ago
$
prog.cc:5:5: error: implicit instantiation of undefined template 'WhichType<Something>' WhichType<Something>{}; ^ prog.cc:1:31: note: template is declared here template <typename...> struct WhichType; ^ 1 error generated.