Hello there,
When trying to rename a template argument for a specialized template, the reafactor-rename option is disabled (when the specialization is int he cpp file).
i.e.
template<>
void MyClass::SomeMethod<std::string>(int param)
{
}
You can't rename param (and it is not renamed if you change the template declaration either).