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

0xFFFFFFFF 0xFFFFFFFF at mail.com
Fri May 4 17:50:59 UTC 2018


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


More information about the Digitalmars-d mailing list