Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/Eigen2/Eigen/src/Core/NestByValue.h')
-rw-r--r--extern/Eigen2/Eigen/src/Core/NestByValue.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/extern/Eigen2/Eigen/src/Core/NestByValue.h b/extern/Eigen2/Eigen/src/Core/NestByValue.h
index da79315bffe..2a14ab1f156 100644
--- a/extern/Eigen2/Eigen/src/Core/NestByValue.h
+++ b/extern/Eigen2/Eigen/src/Core/NestByValue.h
@@ -100,6 +100,9 @@ template<typename ExpressionType> class NestByValue
protected:
const ExpressionType m_expression;
+
+ private:
+ NestByValue& operator=(const NestByValue&);
};
/** \returns an expression of the temporary version of *this.