extern(C++, ns)

Ola Fosheim Grøstad via Digitalmars-d digitalmars-d at puremagic.com
Wed Jan 13 02:53:06 PST 2016


On Wednesday, 13 January 2016 at 09:11:43 UTC, Martin Drašar 
wrote:
> I am with Manu on this one. Introducing scoping to C++ 
> namespaces is a design mistake, because it fails to deliver on 
> its promise to emulate true C++ namespaces.

Next version of C++ will probably allow this:

namespace a::b::c::d::e {
    ...
}



More information about the Digitalmars-d mailing list