From: Wolfgang Bangerth Date: Wed, 20 Mar 2002 09:34:47 +0000 (+0000) Subject: Declare FullMatrix before making it friend (C++ mandates this) X-Git-Tag: v8.0.0~18255 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1786bd0c045f4ba36485e106c423b6653d210390;p=dealii.git Declare FullMatrix before making it friend (C++ mandates this) git-svn-id: https://svn.dealii.org/trunk@5592 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/vector2d.h b/deal.II/base/include/base/vector2d.h index 61b4a15571..6f36ab5e25 100644 --- a/deal.II/base/include/base/vector2d.h +++ b/deal.II/base/include/base/vector2d.h @@ -18,6 +18,7 @@ template class vector2d; +template class FullMatrix; /**