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

Neia Neutuladh <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Neia Neutuladh <[email protected]> ---
https://dlang.org/spec/lex.html#identifiers says:

"Implementation Defined: Identifiers starting with __ (two underscores) are
reserved."

Adding the attributes to core.attribute would pretty much obviate this. You can
use selective, renamed, and static imports to handle name conflicts. This is
much more true with the proposed @future symbol reservation feature, which
would allow a deprecation cycle to introduce a new symbol.

--

Reply via email to