aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h
diff options
context:
space:
mode:
authorGravatar Rasmus Munk Larsen <rmlarsen@google.com>2018-08-06 13:16:32 -0700
committerGravatar Rasmus Munk Larsen <rmlarsen@google.com>2018-08-06 13:16:32 -0700
commit36e7e7dd8fc995c8a7cb8caa924663a56bc4cc3a (patch)
tree770017ebf9d27776535e670973f3a6bce7fcd0f5 /unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h
parent09c81ac03335584674371369d0045510dc83aba4 (diff)
Forward declare NoOpOutputKernel as struct rather than class to be consistent with implementation.
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h b/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h
index ec1dc0fab..0dd524a30 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h
@@ -98,7 +98,7 @@ template<typename XprType> class TensorForcedEvalOp;
template<typename ExpressionType, typename DeviceType> class TensorDevice;
template<typename Derived, typename Device> struct TensorEvaluator;
-class NoOpOutputKernel;
+struct NoOpOutputKernel;
struct DefaultDevice;
struct ThreadPoolDevice;