#873 Remove non-standard allocators
Metadata
Property | Value |
---|---|
Reported by | Oliver Sander (oliver.sander@tu-dresden.de) |
Reported at | Feb 8, 2011 19:46 |
Type | Bug Report |
Version | 2.0 |
Operating System | Unspecified / All |
Last edited by | Markus Blatt (markus@dr-blatt.de) |
Last edited at | Feb 13, 2011 17:08 |
Closed by | Markus Blatt (markus@dr-blatt.de) |
Closed at | Feb 13, 2011 17:08 |
Closed in version | 2.1 |
Resolution | Fixed |
Comment | Sorry, I thought there is still a problem, but aparrently svn update had problems with the connection |
Description
In dune-common there are two files that contain non-standard memory allocation code. These are
- polyallocator.hh
- smallobject.hh Since the GenericGeometries have been rewritten to not use these files anymore they are now obsolete and should be removed.
Since the code in these files was never mentioned a lot nor documented well I suspect it was never used outside of the dune core modules. I therefore propose to remove them directly, without having them deprecated in a release.