Loading src/TNL/Containers/Expressions/HorizontalOperations.h +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ template< typename T1 > struct Minus { __cuda_callable__ static T1 evaluate( const T1& a ) static auto evaluate( const T1& a ) -> decltype( -a ) { return -a; } Loading Loading
src/TNL/Containers/Expressions/HorizontalOperations.h +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ template< typename T1 > struct Minus { __cuda_callable__ static T1 evaluate( const T1& a ) static auto evaluate( const T1& a ) -> decltype( -a ) { return -a; } Loading