From c56a47e8ba52a1360c7adc333027ae926a6751a6 Mon Sep 17 00:00:00 2001 From: Markus Blatt <mblatt@dune-project.org> Date: Wed, 29 Jun 2005 07:11:30 +0000 Subject: [PATCH] A const reference to a temporary variable was stored. The autobuild should succeed now! [[Imported from SVN: r278]] --- istl/selection.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/istl/selection.hh b/istl/selection.hh index 2622e8051..42d2e5128 100644 --- a/istl/selection.hh +++ b/istl/selection.hh @@ -84,7 +84,7 @@ namespace Dune private: IndexSetIterator iter_; - const IndexSetIterator& end_; + const IndexSetIterator end_; }; -- GitLab