From 677715e4f1afd7a63eea45cbd3f34b01594c8322 Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Fri, 9 Dec 2005 12:25:47 +0000
Subject: [PATCH] Combine without need for specifying type another time.

[[Imported from SVN: r3580]]
---
 common/enumset.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/enumset.hh b/common/enumset.hh
index 1bfc33cbb..b09d4fdf7 100644
--- a/common/enumset.hh
+++ b/common/enumset.hh
@@ -87,7 +87,7 @@ namespace Dune
   /**
    * @brief A set combining two other sets.
    */
-  template<class TI1, class TI2, typename TA>
+  template<class TI1, class TI2, typename TA=typename TI1::Type>
   class Combine
   {
   public:
-- 
GitLab