[Issue 13388] accept '@' before 'nothrow', 'pure', 'final', 'abstract' and 'override'

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Aug 29 11:17:18 PDT 2014


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

Orvid King <blah38621 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |blah38621 at gmail.com

--- Comment #21 from Orvid King <blah38621 at gmail.com> ---
I have to agree with Jonathan here, and am strongly against this. While I can
see an argument for it to be accepted before nothrow and pure, there's no
reason it should be accepted before final, abstract, or override. Nothrow and
pure are attributes that effectively constrain what can be inside the method,
where-as final, abstract, and override all functionally effect the program.

--


More information about the Digitalmars-d-bugs mailing list