// PR c++/105006 template class Row { using eT::operator(); void operator()(); class fixed; }; template class Row::fixed : Row { using Row::operator(); };