From 4811335a73dc503a059770f506a168c6cd12aa51 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 26 Oct 2006 13:33:32 +0000 Subject: [PATCH] Make another function static, to work around a bug in icc. git-svn-id: https://svn.dealii.org/trunk@14096 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_tools.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deal.II/deal.II/source/fe/fe_tools.cc b/deal.II/deal.II/source/fe/fe_tools.cc index fdbfbde3ed..5cfde3e3c1 100644 --- a/deal.II/deal.II/source/fe/fe_tools.cc +++ b/deal.II/deal.II/source/fe/fe_tools.cc @@ -65,6 +65,9 @@ namespace // names and factory objects for // them. used to initialize // fe_name_map below +#ifdef DEAL_II_ANON_NAMESPACE_BUG + static +#endif std::map get_default_fe_names () { -- 2.39.5