On emulating C++ Namespaces (don't ask why)

Manu turkeyman at gmail.com
Fri May 4 19:19:19 UTC 2018


On 4 May 2018 at 10:50, 0xFFFFFFFF via Digitalmars-d
<digitalmars-d at puremagic.com> wrote:
> What am I violating here apart from the truth that our Mr. Walter doesn't
> like namespaces:
>
> interface tlvs
> {
>       enum tlv { addr };
>
>    static:
>       void header();
> }
>
> Is this cool?
>
> Thanks

But... modules?


More information about the Digitalmars-d mailing list