We need not prohibit assignment here. Thanks to changeset 3edd4681f2

.
This commit is contained in:
Chen-Pang He
2013-07-07 19:57:23 +08:00
parent 55ec3cc6d5
commit 00e30a5fc4
5 changed files with 0 additions and 11 deletions

View File

@@ -442,8 +442,6 @@ template<typename Derived> class MatrixSquareRootReturnValue
protected:
const Derived& m_src;
private:
MatrixSquareRootReturnValue& operator=(const MatrixSquareRootReturnValue&);
};
namespace internal {