opnsense-ports/math/linbox/files/patch-linbox_matrix_sparsematrix_sparse-ell-matrix.h
Franco Fichtner a903d56c52 */*: sync with upstream
Taken from: FreeBSD
2025-01-20 11:29:20 +01:00

18 lines
452 B
C

--- linbox/matrix/sparsematrix/sparse-ell-matrix.h.orig 2021-12-14 10:16:03 UTC
+++ linbox/matrix/sparsematrix/sparse-ell-matrix.h
@@ -1205,6 +1205,7 @@ namespace LinBox
, _row(iter._row)
{}
+#if 0
_IndexedIterator &operator = (const _IndexedIterator &iter)
{
_colid_beg = iter._colid_beg ;
@@ -1218,6 +1219,7 @@ namespace LinBox
return *this;
}
+#endif
bool operator == (const _IndexedIterator &i) const
{