We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c07a3d commit 9c12d21Copy full SHA for 9c12d21
1 file changed
Common/MathUtils/include/MathUtils/SMatrixGPU.h
@@ -438,7 +438,7 @@ class Expr
438
public:
439
typedef T value_type;
440
GPUd() Expr(const ExprType& rhs) : mRhs(rhs) {} // NOLINT: False positive
441
- GPUd() ~Expr() = default;
+ GPUdDefault() ~Expr() = default;
442
GPUdi() T apply(unsigned int i) const
443
{
444
return mRhs.apply(i);
0 commit comments