From 27dba71319709719913ac715d6670d32ef401b6c Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Sun, 16 Aug 2015 22:44:06 +0200
Subject: [PATCH] fixup boost fusion

---
 dune/istl/multitypeblockmatrix.hh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dune/istl/multitypeblockmatrix.hh b/dune/istl/multitypeblockmatrix.hh
index 0c803db17..9261ef6ea 100644
--- a/dune/istl/multitypeblockmatrix.hh
+++ b/dune/istl/multitypeblockmatrix.hh
@@ -193,9 +193,6 @@ namespace Dune {
       @brief A Matrix class to support different block types
 
       This matrix class combines MultiTypeBlockVector elements as rows.
-
-      This class requires the boost fusion library.  Call add_dune_boost_flags for your
-      compilation target to set the necessary compiler and linker flags.
    */
   template<typename FirstRow, typename... Args>
   class MultiTypeBlockMatrix
-- 
GitLab