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:
authorBenoit Bolsee <benoit.bolsee@online.be>2009-10-20 13:50:24 +0400
committerBenoit Bolsee <benoit.bolsee@online.be>2009-10-20 13:50:24 +0400
commitcf29a237230abd4547d4435d5a5ab4cdcd46b332 (patch)
tree87afe174904a65e5b82fe77d9d603f3cdf7d1b22 /extern/Eigen2/Eigen/src/Sparse/SparseVector.h
parent2c455098056b4d9ce17dede92adb620f0ab0f3c9 (diff)
Use Eigen2 2.0 head version rather then 2.0.6. It contains various bug fix.
Diffstat (limited to 'extern/Eigen2/Eigen/src/Sparse/SparseVector.h')
-rw-r--r--extern/Eigen2/Eigen/src/Sparse/SparseVector.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/extern/Eigen2/Eigen/src/Sparse/SparseVector.h b/extern/Eigen2/Eigen/src/Sparse/SparseVector.h
index 8e5a6efeda8..5d47209f790 100644
--- a/extern/Eigen2/Eigen/src/Sparse/SparseVector.h
+++ b/extern/Eigen2/Eigen/src/Sparse/SparseVector.h
@@ -360,6 +360,9 @@ class SparseVector<Scalar,_Flags>::InnerIterator
const CompressedStorage<Scalar>& m_data;
int m_id;
const int m_end;
+
+ private:
+ InnerIterator& operator=(const InnerIterator&);
};
#endif // EIGEN_SPARSEVECTOR_H