From c84084c0c0397027d97a3775c068f380bd2cb485 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Wed, 5 Oct 2016 14:15:41 -0700 Subject: [PATCH] Fixed compilation warning --- unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h b/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h index 6ffa1f5cc..b540b722e 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h @@ -28,7 +28,7 @@ class compute_tensor_flags #else 0 #endif - || + | #if EIGEN_MAX_ALIGN_BYTES>0 is_dynamic_size_storage #else