From 311d615b3c4aebfc7484b5471e56a0eb681fe821 Mon Sep 17 00:00:00 2001 From: Wolfgang 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