Modernise from nested namespaces
Modernises the codebase from nested workspaces to modern form. E.g.: namespace A{ namespace B {} } Becomes namespace A::B{ } This will allow us to specify in the coding standards to prefer the simple form instead
Too many changes to show.
To preserve performance only 20 of 1000+ files are displayed.
Please register or sign in to comment