%module template_arg_replace %inline %{ template class Matrix { public: void Func(const Matrix &m) { }; }; %} %template (matrix33f) Matrix;