What is the variadic function template overloading precedence rule?

Advertisements I’m using variadic function templates in the common recursive format and I need to change the behaviour of the function whenever I’m handling a vector. If the functions templates were not variadic, overloading works well, but with variadic function templates, the overloading resolution seems to change when unpacking the argument pack. Below some code… Read More What is the variadic function template overloading precedence rule?