From: Wolfgang Bangerth Date: Mon, 29 Mar 2004 22:59:07 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~15437 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a81ef3cd9467eb82e0ea3fe3ff183e1b9d357c7;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@8911 0785d39b-7218-0410-832d-ea1e28bc413d --- 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; };