Files
openfoam/applications/test
Mark Olesen 48d654cf19 ENH: avoid memory leaks for HashPtrTable, PtrMap insertion (issue #749)
- disallow insert() of raw pointers, since a failed insertion
  (ie, entry already existed) results in an unmanaged pointer.

  Either insert using an autoPtr, or set() with raw pointers or autoPtr.

- IOobjectList::add() now takes an autoPtr instead of an object reference

- IOobjectList::remove() now returns an autoPtr instead of a raw pointer
2018-05-17 09:56:36 +01:00
..
2017-01-19 20:17:47 +00:00
2017-05-17 10:18:14 +02:00
2018-03-28 17:14:16 +01:00
2018-02-26 12:05:00 +01:00
2013-09-27 22:47:59 +01:00
2018-04-13 10:42:42 +02:00