openfoam/applications
Mark Olesen 6933bc3021 ENH: HashPtrTable remove/erase now include safeguard against end-iterator
- This makes the following safe:

      auto iter = ptrTable.find(unknownKey);
      ptrTable.erase(iter);

- Unmask HashPtrTable::erase(const Key& key) method
2017-05-15 09:57:25 +02:00
..
solvers Merge remote-tracking branch 'origin/master' into develop 2017-04-07 09:28:26 +02:00
test ENH: HashPtrTable remove/erase now include safeguard against end-iterator 2017-05-15 09:57:25 +02:00
utilities STYLE: avoid explicit use of 'word' as HashTable template parameter 2017-05-10 13:44:27 +02:00
Allwmake ENH: reduce reliance on FOAM_EXT_LIBBIN during builds 2017-04-04 15:28:42 +02:00