Next version of C++ will probably allow this:
namespace a::b::c::d::e {
...
}
Current version of D2 allow this: module a.b.c.d.e;
Next version of C++ will probably allow this:
namespace a::b::c::d::e {
...
}
Current version of D2 allow this: module a.b.c.d.e;