]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix one forgotten case.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 30 Sep 2002 18:01:20 +0000 (18:01 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 30 Sep 2002 18:01:20 +0000 (18:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@6565 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/table.h

index 95d8adac21cb9b6fcc4bb856602cb6bee45d9b89..196f6da8948aeae424f76b781d16ef5f952a9c2c 100644 (file)
@@ -606,9 +606,13 @@ namespace TableBaseAccessors
       template <int N1, typename T1> friend class Table;
       template <int N1, typename T1, bool C1, unsigned int P1>
       friend class Accessor;
-#else
+#  ifndef DEAL_II_TEMPL_SPEC_FRIEND_BUG
+      friend class Table<2,T>;
       friend class Accessor<N,T,C,2>;
+#  endif
+#else
       friend class Table<2,T>;
+      friend class Accessor<N,T,C,2>;
 #endif
   };
 };

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.