From 1e93a40834c304b3222c6ac7d3b279e5a9e007f0 Mon Sep 17 00:00:00 2001
From: Stephane Del Pino <stephane.delpino44@gmail.com>
Date: Thu, 25 Oct 2018 18:37:19 +0200
Subject: [PATCH] Add a bunch of missing PASTIS_INLINE

---
 src/mesh/ItemValue.hpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/mesh/ItemValue.hpp b/src/mesh/ItemValue.hpp
index 9b633fab5..f348ffb91 100644
--- a/src/mesh/ItemValue.hpp
+++ b/src/mesh/ItemValue.hpp
@@ -145,8 +145,10 @@ class ItemValue
     this->operator=(value_per_item);
   }
 
+  PASTIS_INLINE
   ItemValue() = default;
 
+  PASTIS_INLINE
   ItemValue(const IConnectivity& connectivity)
       : m_is_built{true},
         m_values(connectivity.numberOf<item_type>())
@@ -155,6 +157,7 @@ class ItemValue
                   "Cannot allocate ItemValue of const data: only view is supported"); ;
   }
 
+  PASTIS_INLINE
   ~ItemValue() = default;
 };
 
-- 
GitLab