From a846ecbab34567548a59fa4e7ae6221d2e5ef37d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 12 Oct 2000 09:08:40 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@3420 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5