From 68bd4457e3c87a5dfa910a48989fd543b97a7f08 Mon Sep 17 00:00:00 2001
From: Amaury Johnen <amaury.johnen@uclouvain.be>
Date: Thu, 9 Nov 2017 17:04:27 +0100
Subject: [PATCH] fix c++11

---
 Geo/MQuadrangle.h | 2 +-
 Geo/MTriangle.h   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Geo/MQuadrangle.h b/Geo/MQuadrangle.h
index f331c42e34..15cb09446e 100644
--- a/Geo/MQuadrangle.h
+++ b/Geo/MQuadrangle.h
@@ -352,7 +352,7 @@ class MQuadrangle9 : public MQuadrangle {
 };
 
 typedef std::vector<int> IndicesReoriented;
-typedef std::pair<int, std::pair<int,int>> TupleReorientation;
+typedef std::pair<int, std::pair<int,int> > TupleReorientation;
 
 /*
  * MQuadrangle
diff --git a/Geo/MTriangle.h b/Geo/MTriangle.h
index 9c49518062..098f0a24c6 100644
--- a/Geo/MTriangle.h
+++ b/Geo/MTriangle.h
@@ -247,7 +247,7 @@ class MTriangle6 : public MTriangle {
 };
 
 typedef std::vector<int> IndicesReoriented;
-typedef std::pair<int, std::pair<int,int>> TupleReorientation;
+typedef std::pair<int, std::pair<int,int> > TupleReorientation;
 
 /*
  * MTriangleN  FIXME: check the plot
-- 
GitLab