From: wolf Date: Fri, 19 Apr 2002 13:05:30 +0000 (+0000) Subject: Fix both places. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=011f472128b40ff399895e88d053f1aa92414867;p=dealii-svn.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