From 98d4f922ca2c1292334253fc249cb4c5359c6121 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 20 Sep 2022 15:29:03 +0200
Subject: [PATCH] Cosmetics

---
 src/ModelTree.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ModelTree.hh b/src/ModelTree.hh
index fdeb5eca..ffef9143 100644
--- a/src/ModelTree.hh
+++ b/src/ModelTree.hh
@@ -42,7 +42,7 @@ template<typename T, size_t... Indices>
 auto
 vectorToTupleHelper(const vector<T> &v, index_sequence<Indices...>)
 {
-  return tuple(v[Indices] ...);
+  return tuple{v[Indices]...};
 }
 template<size_t N, typename T>
 auto
-- 
GitLab