#1457 FieldVector::operator*=() called with an int is ambiguous.

Metadata

Property Value
Reported by Markus Blatt (markus@dr-blatt.de)
Reported at Apr 16, 2014 15:01
Type Bug Report
Version 2.3
Operating System Unspecified / All
Last edited by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Last edited at May 20, 2014 12:46
Closed by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Closed at May 20, 2014 12:46
Closed in version Unknown
Resolution Fixed
Comment

Description

FieldVector<double, 1> v={1.0}; v *= 1.0; // works v *= 1; // fails for clang.