Skip to content

Bring namespaces under hierarchy

Wuttke, Joachim requested to merge rt6 into develop

Bring namespaces under a hierarchy. In particular, all namespaces declared in directory GUI/ are now under GUI::.

Lmost everywhere we now use

namespace A::B {
...
} // namespace A::B

instead of old-style

namespace A {
namespace B {
...
} // namespace B
} // namespace A
Edited by Wuttke, Joachim

Merge request reports