Skip to content
  • Mark OLESEN's avatar
    ENH: remove Foam::Swap specializations for HashSet, HashTable · 915e8c9f
    Mark OLESEN authored
    - without these will use the normal move construct + move assign.
      This is similarly efficient, but avoids the inadvertently having the
      incorrect Swap being used for derived classes.
    
    STYLE: remove unused xfer methods for HashTable, HashSet
    
    - unneeded since move construct and move assignment are possible
    915e8c9f