Skip to content

#580 Requesting removal of operator FieldVector += Scalar

Metadata

Property Value
Reported by Jö Fahlke (jorrit@jorrit.de)
Reported at Jul 27, 2009 14:12
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Unspecified / All

Description

I hereby request the removal of the operator FieldVector += Scalar (except for FieldVector<K,1>). A short poll in Heidelberg did not reveal any important uses for this operator but a big potential to shoot yourself in the foot (by forgetting the subscript).

The constructor taking a scalar was already made explicit recently.