Skip to content
  • David Fairbrother's avatar
    Modernise from nested namespaces · 128f15ef
    David Fairbrother authored
    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
    128f15ef
To find the state of this project's repository at the time of any of these versions, check out the tags.