From 57a2e8e3be360bb050991335b40008660f04c790 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 19 Apr 2002 11:29:11 +0000 Subject: [PATCH] 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 --- deal.II/aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5