"Export" logic does not work on variables

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Aug 25 15:14:33 PDT 2013


On 8/25/13, Jacob Carlborg <doob at me.com> wrote:
>> Also look at the confusing extern keyword semantics:
>> http://dlang.org/declaration.html#extern
>
> What's confusing about the extern keyword?

`extern` => storage class, `extern(NAME)` => linkage attribute. Using
the same keyword for two things is confusing.


More information about the Digitalmars-d mailing list