summaryrefslogtreecommitdiff
path: root/examples/ThirdPartyLibs/Eigen/src/Core/ArrayBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ThirdPartyLibs/Eigen/src/Core/ArrayBase.h')
-rw-r--r--examples/ThirdPartyLibs/Eigen/src/Core/ArrayBase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ThirdPartyLibs/Eigen/src/Core/ArrayBase.h b/examples/ThirdPartyLibs/Eigen/src/Core/ArrayBase.h
index 9da960f08..ea3dd1c3b 100644
--- a/examples/ThirdPartyLibs/Eigen/src/Core/ArrayBase.h
+++ b/examples/ThirdPartyLibs/Eigen/src/Core/ArrayBase.h
@@ -153,8 +153,8 @@ template<typename Derived> class ArrayBase
// inline void evalTo(Dest& dst) const { dst = matrix(); }
protected:
- EIGEN_DEVICE_FUNC
- ArrayBase() : Base() {}
+ EIGEN_DEFAULT_COPY_CONSTRUCTOR(ArrayBase)
+ EIGEN_DEFAULT_EMPTY_CONSTRUCTOR_AND_DESTRUCTOR(ArrayBase)
private:
explicit ArrayBase(Index);