Modernize ContextSpecificPtr
- Nov 04, 2017
-
-
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
-