Fixed a compilation warning generated by clang

This commit is contained in:
Benoit Steiner 2015-07-06 15:03:11 -07:00
parent 81f9e968fd
commit ebdacfc5ea

View File

@ -51,9 +51,9 @@ template<typename XprType> class TensorForcedEvalOp;
template<typename ExpressionType, typename DeviceType> class TensorDevice; template<typename ExpressionType, typename DeviceType> class TensorDevice;
template<typename Derived, typename Device> struct TensorEvaluator; template<typename Derived, typename Device> struct TensorEvaluator;
class DefaultDevice; struct DefaultDevice;
class ThreadPoolDevice; struct ThreadPoolDevice;
class GpuDevice; struct GpuDevice;
namespace internal { namespace internal {