From e0bc0d8adf4295b545acb6b75552b4fa1c2c349a Mon Sep 17 00:00:00 2001
From: Thomas Witkowski <thomas.witkowski@gmx.de>
Date: Thu, 27 Sep 2012 07:54:08 +0000
Subject: [PATCH] And fixed again for gcc-4.6

---
 AMDiS/src/Initfile.h | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/AMDiS/src/Initfile.h b/AMDiS/src/Initfile.h
index 9442f478..38078120 100644
--- a/AMDiS/src/Initfile.h
+++ b/AMDiS/src/Initfile.h
@@ -206,6 +206,15 @@ namespace AMDiS {
       convert(temp_vec, valStr);
     }
 
+    template< typename T >
+    inline void convert(const std::string valStr, WorldVector<T>& c);
+
+    template<typename T>
+    inline void convert(const std::string valStr, std::list<T>& value);
+
+    template<typename T>
+    inline void convert(const std::string valStr, std::vector<T>& value);
+
     /** parse an container from tag tag. The Container must have the properties:
     * 	- type value_type
     * 	- member function push_back
-- 
GitLab