aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-07-25 14:25:56 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-07-25 14:25:56 +0200
commit9908020d36952b8d82d561bd2b018dd69ef5042e (patch)
treefc4d49eef7c4a5fab094e8456d69b098e5966377 /unsupported/Eigen/CXX11/src/Tensor/TensorIO.h
parent4184a3e5440d0592b76738aa87e9e78c53f5d5af (diff)
Add minimal support for Array<string>, and fix Tensor<string>
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorIO.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorIO.h5
1 files changed, 0 insertions, 5 deletions
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<std::string>
- : significant_decimals_default_impl<std::string, true>
-{};
-
// Print the tensor as a 2d matrix
template <typename Tensor, int Rank>