From: Wolfgang Bangerth Date: Wed, 10 Jan 2001 16:41:41 +0000 (+0000) Subject: Remove erroneous `template' keyword. X-Git-Tag: v8.0.0~19835 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cb71bc11bcfc071dd4900175ccdfbb0a73a68ce;p=dealii.git Remove erroneous `template' keyword. git-svn-id: https://svn.dealii.org/trunk@3629 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/tensor_base.h b/deal.II/base/include/base/tensor_base.h index 8eb3d210c8..32cefb3a0a 100644 --- a/deal.II/base/include/base/tensor_base.h +++ b/deal.II/base/include/base/tensor_base.h @@ -492,7 +492,6 @@ ostream & operator << (ostream &out, const Tensor<1,dim> &p) * implemented specialized from the general template in order to avoid * a compiler warning that the loop is empty. */ -template <> inline ostream & operator << (ostream &out, const Tensor<1,1> &p) {