перегрузка-функций

Function overloading and templates in C++

In pursuit of the question of function overloading: C++ Using function overloading, write a program for calculating the prod ... ade function overloading unnecessary (in C++)? Or are there still options where templates can't replace function overloading?