From: bangerth Date: Sun, 18 Apr 2010 22:46:38 +0000 (+0000) Subject: Explicit instantiations need to be qualified or in the proper namespace. Using X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ea7187600503da56ddd4f1bac5987125efa7a19;p=dealii-svn.git Explicit instantiations need to be qualified or in the proper namespace. Using declarations may not be enough. git-svn-id: https://svn.dealii.org/trunk@21006 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/operator.cc b/deal.II/deal.II/source/numerics/operator.cc index fe946a6256..9e3cd6fe4b 100644 --- a/deal.II/deal.II/source/numerics/operator.cc +++ b/deal.II/deal.II/source/numerics/operator.cc @@ -29,8 +29,9 @@ DEAL_II_NAMESPACE_OPEN -using namespace Algorithms; - +namespace Algorithms +{ #include "operator.inst" +} DEAL_II_NAMESPACE_CLOSE