Skip to content

#102 Cleanup Array or consider removal

Metadata

Property Value
Reported by Oliver Sander (oliver.sander@tu-dresden.de)
Reported at Feb 17, 2006 10:34
Type Feature Request
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Last edited by Oliver Sander (oliver.sander@tu-dresden.de)
Last edited at Mar 27, 2008 10:30
Closed by Oliver Sander (oliver.sander@tu-dresden.de)
Closed at Mar 27, 2008 10:30
Closed in version 1.1
Resolution Implemented
Comment Deleted on the trunk in revision 5131.

Description

The class Array in array.hh tries hard, but not quite successfully, to behave like std::vector. So I suggest we either remove Array and use std::vector directly, or we have Array inherit from std::vector and add the few extra features that we need (range checking and operator<< comes to mind). That would simplify the implementation of Array considerably.