From 5dbb64619013dd3f9558aed2b7b0f2a712f34c22 Mon Sep 17 00:00:00 2001 From: Desire NUENTSA Date: Thu, 29 Mar 2012 19:19:12 +0200 Subject: Add private copy constructors to sparse solvers backends --- Eigen/src/CholmodSupport/CholmodSupport.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Eigen/src/CholmodSupport') diff --git a/Eigen/src/CholmodSupport/CholmodSupport.h b/Eigen/src/CholmodSupport/CholmodSupport.h index c3c500faa..9cff0efec 100644 --- a/Eigen/src/CholmodSupport/CholmodSupport.h +++ b/Eigen/src/CholmodSupport/CholmodSupport.h @@ -378,6 +378,9 @@ class CholmodDecomposition bool m_isInitialized; int m_factorizationIsOk; int m_analysisIsOk; + + private: + CholmodDecomposition(CholmodDecomposition& ) {} }; namespace internal { -- cgit v1.2.3