#836 ReferenceMappingsContainer uses undefined typedef GeometryTraits::Allocator
Metadata
| Property | Value |
|---|---|
| Reported by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
| Reported at | Oct 31, 2010 18:51 |
| Type | Bug Report |
| Version | Git (pre2.4) [autotools] |
| Operating System | Unspecified / All |
| Last edited by | Oliver Sander (oliver.sander@tu-dresden.de) |
| Last edited at | Mar 16, 2011 07:25 |
| Closed by | Oliver Sander (oliver.sander@tu-dresden.de) |
| Closed at | Mar 16, 2011 07:25 |
| Closed in version | Unknown |
| Resolution | Fixed |
| Comment | The whole file referencemappings.hh has been removed, and with it the offending line. |
Description
In referencemappings.hh, line 80, a typedef GeometryTraits::Allocator is used for a member variable allocator_. This typedef doesn't exist (?anymore?). I'm not sure about the implications and thus will not remove the allocator.
Someone familiar with the code might want to have a look.