From: Wolfgang Bangerth Date: Fri, 19 Apr 2002 13:05:30 +0000 (+0000) Subject: Fix both places. X-Git-Tag: v8.0.0~18156 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5593574062656a81e3d2fc7352fc106d157e9452;p=dealii.git Fix both places. git-svn-id: https://svn.dealii.org/trunk@5692 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 326bdd6b10..5181b26ff0 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -1403,7 +1403,7 @@ AC_DEFUN(DEAL_II_CHECK_MEMBER_OP_TEMPLATE_INST, dnl X operator = (T2 &); }; - template X X::operator=<> (float &); + template X X::operator= (float &); ], [], [ diff --git a/deal.II/configure b/deal.II/configure index 5735524008..91123fe37a 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -3714,7 +3714,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu X operator = (T2 &); }; - template X X::operator=<> (float &); + template X X::operator= (float &); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus