From 62a370ac1af2ee4b3f9a804de87d651aa23bcbb0 Mon Sep 17 00:00:00 2001
From: Jorrit Fahlke <joe@dune-project.org>
Date: Fri, 8 Oct 2010 12:26:47 +0000
Subject: [PATCH] Remove the Boost.Fusion warning and reinstate the disabled
 code in example.cc as well.

[[Imported from SVN: r1307]]
---
 dune/istl/tutorial/example.cc | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/dune/istl/tutorial/example.cc b/dune/istl/tutorial/example.cc
index f49f6cd6c..442d7a6a6 100644
--- a/dune/istl/tutorial/example.cc
+++ b/dune/istl/tutorial/example.cc
@@ -30,11 +30,6 @@
 #include <dune/istl/multitypeblockvector.hh>
 #include <dune/istl/multitypeblockmatrix.hh>
 
-#ifdef HAVE_BOOST_FUSION
-#warning The code which is normally enabled by HAVE_BOOST_FUSION has been
-#warning disabled since it does not compile at the moment.
-#endif
-
 // a simple stop watch
 class Timer
 {
@@ -619,9 +614,7 @@ int main (int argc , char ** argv)
     test_Iter();
     test_Interface();
 #ifdef HAVE_BOOST_FUSION
-#if 0
     test_MultiTypeBlockVector_MultiTypeBlockMatrix();
-#endif // 0
 #endif
   }
   catch (Dune::ISTLError& error)
-- 
GitLab