From d32b440acb9e8a8f6a510a336a21976997f6902a Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 17 Apr 2014 11:45:45 +0000 Subject: [PATCH] Patch by k3daevin: Add Reference class as a friend of sparse matrix to make IBM xlC work. git-svn-id: https://svn.dealii.org/trunk@32787 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/sparse_matrix.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/include/deal.II/lac/sparse_matrix.h b/deal.II/include/deal.II/lac/sparse_matrix.h index 037913ea1d..1b3b9e1fc9 100644 --- a/deal.II/include/deal.II/lac/sparse_matrix.h +++ b/deal.II/include/deal.II/lac/sparse_matrix.h @@ -1656,6 +1656,8 @@ private: */ template friend class SparseMatrixIterators::Iterator; template friend class SparseMatrixIterators::Accessor; + + template friend class SparseMatrixIterators::Accessor::Reference; }; #ifndef DOXYGEN -- 2.39.5