in Visual Studio is it possible to #deprecated a function, based on the signature of the function and not simply the name?
In my case we're in C++ and don't want to deprecate all flavors of the function
int foo(); <-- we want to keep int foo(int x); <-- we want to deprecate