I am trying to do the following:
template std::ifstream& operator>> (std::ifstream& fin, List l) { T temp; l.r
It means that ignore cannot be found by the compiler and ADL cannot kick in. This means that there is no suitably-scoped ignore function.
ignore