From: Wolfgang 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-Tag: v8.0.0~6198 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1308da251a52b6f856d671b2af35cf7b0a0ccbc4;p=dealii.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