August 26, 2018 [Issue 19193] New: deprecated attribute on enum members in templates is ignored | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19193 Issue ID: 19193 Summary: deprecated attribute on enum members in templates is ignored Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority: P1 Component: dmd Assignee: nobody@puremagic.com Reporter: elpenguino+D@gmail.com ``` void main() { cast(void)X!int.A.b; } template X(T) { enum A { deprecated b } } ``` Compiles with no complaint. Should issue a deprecation message. Issue exists in DMD 2.082.0 beta. -- |
Copyright © 1999-2021 by the D Language Foundation