From: Wolfgang Bangerth Date: Sun, 30 Jul 2006 15:21:53 +0000 (+0000) Subject: Fix an issue with static functions X-Git-Tag: v8.0.0~11449 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4205d210acc8a5edd915a0c6d444eef10b6278a;p=dealii.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,