]> https://gitweb.dealii.org/ - dealii.git/commitdiff
The namespace qualified ::Table<2,T> needed by the Sun compiler offended gcc 3.3.3
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 15 Mar 2005 21:06:15 +0000 (21:06 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 15 Mar 2005 21:06:15 +0000 (21:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@10163 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 3f2c4d4a450b7ce91aa487fc8194e893c80a4245..8dd9815fec73611207333a903d6fd945e283f81b 100644 (file)
@@ -664,7 +664,7 @@ namespace internal
         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 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.