openfoam/applications/test/HashTable1
Mark Olesen 915e8c9f35 ENH: remove Foam::Swap specializations for HashSet, HashTable
- 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
2018-01-25 12:13:16 +01:00
..
Make ENH: improvements to HashTable internals 2017-10-31 08:46:47 +01:00
Test-HashTable1.C ENH: remove Foam::Swap specializations for HashSet, HashTable 2018-01-25 12:13:16 +01:00