From 7f51c7b3b00b1017a86bed2094db9d148a60d1ff Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 29 Mar 2004 22:59:07 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@8911 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_matrix.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/sparse_matrix.h b/deal.II/lac/include/lac/sparse_matrix.h index 47c40dfb84..06455ec9ce 100644 --- a/deal.II/lac/include/lac/sparse_matrix.h +++ b/deal.II/lac/include/lac/sparse_matrix.h @@ -182,7 +182,10 @@ namespace internals /** * Make the accessor class a * friend so as to allow it to - * generate objects of this type. + * generate objects of this + * type. To avoid trouble with + * some compilers simply mark all + * accessor classes as friends. */ template friend class Accessor; }; -- 2.39.5