[Issue 10692] Deprecation isn't checked using alias this

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Oct 15 02:18:39 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=10692

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com

--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
Note that a plain 'alias' declaration specifically does not add modifiers,
storage classes, attributes, etc. It's not a wrapper. It just forwards the
lookup to the symbol. It should ignore any attributes, like plain alias does.

Added a clarification to the spec:

https://github.com/dlang/dlang.org/pull/2487

--


More information about the Digitalmars-d-bugs mailing list