-
- Downloads
[bugfix] fix bug #1457 - FieldVector::operator*=() called with an int is ambiguous
The bug affected operators: +=, -=, *=, /=. It has been fixed by using: enable_if<is_convertible<ParamType, FieldVector::valueType>, ...>
Loading
Please register or sign in to comment