Skip to content

#437 Check need for specialization FieldVector<Foo,0>

Metadata

Property Value
Reported by Oliver Sander (oliver.sander@tu-dresden.de)
Reported at Oct 7, 2008 21:22
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 Nov 13, 2008 08:46
Closed by Oliver Sander (oliver.sander@tu-dresden.de)
Closed at Nov 13, 2008 08:46
Closed in version Unknown
Resolution Implemented
Comment Specialization removed and operator= added in revision 5357.

Description

The zero-length specialization of FieldVector has recently been added in order to get rid of an 'uninitialized memory' warning. There is reason to believe that this warning is due to the lack of a proper operator= in FieldVector. Please check this and remove the specialization if it proves to be unnecessary.