How to deprecate member function from outside?

Dru Dru at notreal.com
Sat Dec 22 21:33:14 UTC 2018


Thanks for the reply
I will try to explain what I mean:

The first example shows that it is possible to deprecate a 
function separately from it's definition.

The second example tries the same for a member function but it 
fails with a compile error.


I want to know if it is possible to "fix" the second example?
(deprecate a member function separately from it's definition)



More information about the Digitalmars-d-learn mailing list