Skip to content
Snippets Groups Projects

Modernize ContextSpecificPtr

Merged Gerhard Raven requested to merge graven/Gaudi:modernize_contextspecificptr into master
  1. Nov 04, 2017
    • Gerhard Raven's avatar
      Modernize ContextSpecificPtr · 45cfe13d
      Gerhard Raven authored
      - prefer trailing return types to avoid repeating types
      - do not specify types that do not require specification
      - do not specify inline if it is not needed
      - prefer pass-by-value-followed-by-move in ContextSpecificData
      45cfe13d
Loading