mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-23 18:20:47 +08:00
Fixed a compilation warning generated by clang
This commit is contained in:
parent
81f9e968fd
commit
ebdacfc5ea
@ -51,9 +51,9 @@ template<typename XprType> class TensorForcedEvalOp;
|
||||
template<typename ExpressionType, typename DeviceType> class TensorDevice;
|
||||
template<typename Derived, typename Device> struct TensorEvaluator;
|
||||
|
||||
class DefaultDevice;
|
||||
class ThreadPoolDevice;
|
||||
class GpuDevice;
|
||||
struct DefaultDevice;
|
||||
struct ThreadPoolDevice;
|
||||
struct GpuDevice;
|
||||
|
||||
namespace internal {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user