- Joined
- 2/14/23
- Messages
- 679
- Points
- 223
I'm getting errors associated with an improper overload but there is only one instance of this function in my solution. Infuriating. Anyone know what I'm doing to trip the compiler?
It runs fine until I try to evaluate the function, shown in the second picture. Not shown is the instantiation of func1. It's up to scratch, and has been used for a dozen previous identical implementations of different functions.
C2568: improper overloading of function.
C2563: Also a kind of improper overloading, but dealing explicitly with the parameter setup.
Difference between the error messages is vague.
It runs fine until I try to evaluate the function, shown in the second picture. Not shown is the instantiation of func1. It's up to scratch, and has been used for a dozen previous identical implementations of different functions.
C2568: improper overloading of function.
C2563: Also a kind of improper overloading, but dealing explicitly with the parameter setup.
Difference between the error messages is vague.