From: bangerth Date: Sun, 30 Jul 2006 15:21:53 +0000 (+0000) Subject: Fix an issue with static functions X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9217465e8de173a9f151cab4f07cd2c2881fbd0d;p=dealii-svn.git Fix an issue with static functions git-svn-id: https://svn.dealii.org/trunk@13514 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index 9db9770f10..8147d1a7d9 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -1560,6 +1560,9 @@ namespace internal { namespace { +#ifdef DEAL_II_ANON_NAMESPACE_BUG + static +#endif void filter_constraints (const std::vector &dofs_mother, const std::vector &dofs_child,