diff --git a/include/TFEL/Math/Matrix/TMatrixTVectorExpr.hxx b/include/TFEL/Math/Matrix/TMatrixTVectorExpr.hxx index e32c8ae92..8a9e7f106 100644 --- a/include/TFEL/Math/Matrix/TMatrixTVectorExpr.hxx +++ b/include/TFEL/Math/Matrix/TMatrixTVectorExpr.hxx @@ -37,7 +37,10 @@ namespace tfel::math { * \tparam A : type of the tiny matrix object (can be a reference) * \tparam B : type of the tiny vector object (can be a reference) */ - template + template struct TMatrixTVectorExpr : public ExprBase { //! a simple alias typedef EmptyRunTimeProperties RunTimeProperties;