[ERROR]
A template parameter didn't occur in the parameter list of the template function.
template<class S> void f(int i) { // error
// ...
};
The parameter list of the template function must contain the template parameters.