#108 Redundant typedef in EntityPointer
Metadata
Property | Value |
---|---|
Reported by | Oliver Sander (oliver.sander@tu-dresden.de) |
Reported at | Mar 9, 2006 15:45 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Last edited at | Jul 12, 2006 08:11 |
Closed by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Closed at | Jul 12, 2006 08:11 |
Closed in version | Unknown |
Resolution | Fixed |
Comment | fixed in svn revision 2797 |
Description
The class EntityPointer contains
typedef IteratorImp ImplementationType;
as well as
typedef IteratorImp DerivedType;
Shouldn't one of them be removed?