From: bangerth Date: Thu, 26 Oct 2006 13:33:32 +0000 (+0000) Subject: Make another function static, to work around a bug in icc. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4811335a73dc503a059770f506a168c6cd12aa51;p=dealii-svn.git 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 --- 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 () {