From 2c73633b2806357ddab4be2599c68a1759872f1f Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Thu, 12 Nov 2015 18:39:19 -0800 Subject: Fixed a few more typos --- unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h') diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h b/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h index e3074734b..b7adc3bcc 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h @@ -152,13 +152,13 @@ struct index_known_statically_impl > { template struct all_indices_known_statically_impl > { - EIGEN_ALWAYS_INLINE bool operator() () const { + static EIGEN_ALWAYS_INLINE bool run() { return true; } }; template struct all_indices_known_statically_impl > { - EIGEN_ALWAYS_INLINE bool operator() () const { + static EIGEN_ALWAYS_INLINE bool run() { return true; } }; -- cgit v1.2.3