From: Wolfgang Bangerth Date: Fri, 19 Apr 2002 11:29:11 +0000 (+0000) Subject: Explicitly name template args for instantiation, to make Intel ICC happier. X-Git-Tag: v8.0.0~18159 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1588164c5063dd6b47884d58faf9c0bbc17eba0;p=dealii.git Explicitly name template args for instantiation, to make Intel ICC happier. git-svn-id: https://svn.dealii.org/trunk@5689 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 5bcf04d889..326bdd6b10 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -1379,7 +1379,7 @@ dnl template dnl X operator = (T2 &); dnl }; dnl -dnl template X X::operator=<> (float &); +dnl template X X::operator= (float &); dnl /* ---------------------------------------------------------- */ dnl dnl The compiler only groks this if the "operator=" is prepended