]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Qualify class with its namespace, to make icc happier.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 24 Oct 2006 22:20:04 +0000 (22:20 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 24 Oct 2006 22:20:04 +0000 (22:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@14070 0785d39b-7218-0410-832d-ea1e28bc413d

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

index e298915434f83f4bd38b6b8fb1494e8c090ce1ba..62faa8532e717cf75ea3d0097a2a0606b114c5fa 100644 (file)
@@ -221,11 +221,11 @@ namespace internal
                                          // work around bugs in some
                                          // compilers
 #ifndef DEAL_II_NAMESP_TEMPL_FRIEND_BUG      
-        template <int N1, typename T1> friend class Table;
+        template <int N1, typename T1> friend class dealii::Table;
         template <int N1, typename T1, bool C1, unsigned int P1>
         friend class Accessor;
 #  ifndef DEAL_II_TEMPL_SPEC_FRIEND_BUG
-        friend class Table<N,T>;
+        friend class dealii::Table<N,T>;
         friend class Accessor<N,T,C,P+1>;
 #  endif
 #else
@@ -376,11 +376,11 @@ namespace internal
                                          // work around bugs in some
                                          // compilers
 #ifndef DEAL_II_NAMESP_TEMPL_FRIEND_BUG
-        template <int N1, typename T1> friend class Table;
+        template <int N1, typename T1> friend class dealii::Table;
         template <int N1, typename T1, bool C1, unsigned int P1>
         friend class Accessor;
 #  ifndef DEAL_II_TEMPL_SPEC_FRIEND_BUG
-        friend class Table<2,T>;
+        friend class dealii::Table<2,T>;
         friend class Accessor<N,T,C,2>;
 #  endif
 #else

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.