From 9908020d36952b8d82d561bd2b018dd69ef5042e Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 25 Jul 2016 14:25:56 +0200 Subject: Add minimal support for Array, and fix Tensor --- unsupported/Eigen/CXX11/src/Tensor/TensorIO.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorIO.h') diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h b/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h index f3a3a1b88..a901c5dd4 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h @@ -13,11 +13,6 @@ namespace Eigen { namespace internal { -template<> -struct significant_decimals_impl - : significant_decimals_default_impl -{}; - // Print the tensor as a 2d matrix template -- cgit v1.2.3