DIP61: Add namespaces to D

Jason King via Digitalmars-d digitalmars-d at puremagic.com
Sun Apr 27 07:34:08 PDT 2014


>     extern (C++, N.M) { void foo(); }
>
>     extern (C++) namespace N { namespace M { void foo(); }}
Excellent.  Solves the problem, doesn't add new language elements.


More information about the Digitalmars-d mailing list