Visual Studio 2019 - c++ is it possible to suppress function overloading

If you do have a Visual Studio project, you should be able to use the IDE for finding the culprit.
On the function call you should be able to right-mouse click on my_data and then go to definition or declaration. If IntelliSense is working correctly it should jump to the symbol used (even if a macro).

1 Like

Hi Josef,

thanks for the answer. But this is not working for me:

I know i can use a right-click on the function call aso

But I have to know the depended function call first.

Within your idea, i’d have to check each occurence of any function call and this is what i don’t wanna do.

thanks

cu
michael