An error occurred while fetching the assigned milestone of the selected merge_request.
Bug fixes
Compare changes
- Jakub Klinkovský authored
Math.h: disable scalar functions for array/class types to avoid possible ambiguity with vector expressions
+ 7
− 3
@@ -79,7 +79,7 @@ ResultType max( const T1& a, const T2& b )
@@ -147,7 +147,9 @@ ResultType argAbsMax( const T1& a, const T2& b )
@@ -458,7 +460,9 @@ void swap( Type& a, Type& b )