Author
anonymous
over 7 years ago
$
prog.cc:4:13: error: reference to 'Base' is ambiguous using B = Base; ^~~~ prog.cc:1:32: note: candidates are: 'struct Base<double> Base<double>::Base' template <class T> struct Base {}; ^ prog.cc:1:32: note: 'struct Base<char> Base<char>::Base'