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 {
...
}
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 {
...
}