Skip to content
Snippets Groups Projects
Commit cca8ac1b authored by Marco Cecchetti's avatar Marco Cecchetti Committed by Christian Engwer
Browse files

[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>, ...>
parent cf4bf4d8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment