diff --git a/Eigen/src/Core/util/XprHelper.h b/Eigen/src/Core/util/XprHelper.h index bb382a7b5..d05e7d1a5 100644 --- a/Eigen/src/Core/util/XprHelper.h +++ b/Eigen/src/Core/util/XprHelper.h @@ -825,7 +825,7 @@ struct block_xpr_helper { // For regular block expressions, simply forward along the InnerPanel argument, // which is set when calling row/column expressions. - static constexpr bool is_inner_panel(bool inner_panel) { return inner_panel; }; + static constexpr bool is_inner_panel(bool inner_panel) { return inner_panel; } // Only enable non-const base function if XprType is not const (otherwise we get a duplicate definition). template::value>>