"Scheduled" for deprecation keyword

David d at dav1d.de
Wed Aug 1 08:52:48 PDT 2012


Am 01.08.2012 17:40, schrieb monarch_dodra:
> I know of the "deprecate" keyword, but I was wondering: Is there a
> "scheduledDeprecated" keyword?
>
> While I know you can still force-compile with deprecated feature, that
> isn't exactly the same thing.
>
> I'm talking about stuff that is NOT YET deprecated, but soon will be. I
> want to know about this (warning), but maintain the behavior that I
> don't want to use deprecated stuff.
>
> AFAIK, there is no way of knowing this, other than reading the doc...

pragma(msg, "Your text here") should work, or?


More information about the Digitalmars-d mailing list