Skip to content
Snippets Groups Projects

Bring namespaces under hierarchy

Merged 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading