DIP86: Consistency for the "deprecated" attribute/storage class
Jack Stouffer via Digitalmars-d
digitalmars-d at puremagic.com
Wed Jan 13 18:54:01 PST 2016
On Thursday, 14 January 2016 at 02:31:38 UTC, Brian Schott wrote:
> http://wiki.dlang.org/DIP86
>
> Your thoughts?
I guess there's no reason not to, so LGTM.
The use of the deprecated attribute on variables seems misguided
in the first place though. I don't see much use for it vs
possible use on functions, structs, classes, and modules other
than with global variables.
More information about the Digitalmars-d
mailing list