// 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
// 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