From d5e3ba264c5dc59e9e0ec3d09a09ef0ffacd698c Mon Sep 17 00:00:00 2001
From: Simon Praetorius <simon.praetorius@tu-dresden.de>
Date: Tue, 19 May 2015 14:29:51 +0000
Subject: [PATCH] some compiler switches updated in expressions

---
 AMDiS/src/expressions/expressions.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AMDiS/src/expressions/expressions.h b/AMDiS/src/expressions/expressions.h
index 7f27ea1e..47ddb4d9 100644
--- a/AMDiS/src/expressions/expressions.h
+++ b/AMDiS/src/expressions/expressions.h
@@ -34,7 +34,7 @@
 
 #include "add_expr.hpp"		// add two expressions
 #include "mult_expr.hpp"	// multiply two expressions
-#if __cplusplus > 199711L
+#if HAS_VARIADIC_TEMPLATES && HAS_ALIAS_TEMPLATES
   #include "functorN_expr.hpp"	// apply a functor with arbitrary nr. of arguments to expressions
 #else
   #include "functor_expr.hpp"	// apply a functor with 1/2/3 arguments to expressions
-- 
GitLab