From: Wolfgang Bangerth Date: Thu, 12 Oct 2000 09:08:40 +0000 (+0000) Subject: . X-Git-Tag: v8.0.0~20012 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a846ecbab34567548a59fa4e7ae6221d2e5ef37d;p=dealii.git . git-svn-id: https://svn.dealii.org/trunk@3420 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure b/deal.II/configure index 1a9faef901..8a10b3de4b 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1316,8 +1316,8 @@ typedef map > > T; const T* f(T& t1, const T* t2) { - t1[0] = map >(); const map > >::const_iterator i=t1.begin(); + *i = t1[0] = map >(); return t2; }