Hi.
I have a method in an interface that I want to deprecate with portable C++.
When I Googled for this all I got was a Microsoft specific solution. (http://msdn.microsoft.com/en-us/library/c8xdzzhh(VS.80).aspx and http://msdn.microsoft.com/en-us/library/044swk7y(VS.80).aspx)
A second prize solution would be to ifdef a MSVC and a GCC solution.
Thanks