From 0938797307854f2b3d5321b6eb4e26e8ab1182dd Mon Sep 17 00:00:00 2001
From: Charles Villard <charles.villard@cea.fr>
Date: Fri, 14 Feb 2025 07:32:06 +0100
Subject: [PATCH] edit: Operator: inline bitwise operation

---
 include/aidge/operator/Operator.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/aidge/operator/Operator.hpp b/include/aidge/operator/Operator.hpp
index 3a19fc702..a145aab06 100644
--- a/include/aidge/operator/Operator.hpp
+++ b/include/aidge/operator/Operator.hpp
@@ -68,7 +68,7 @@ enum class InputCategory : unsigned int {
     All = static_cast<unsigned int>(-1)
 };
 template <>
-constexpr bool enable_bitmask_operators<InputCategory> = true;
+inline constexpr bool enable_bitmask_operators<InputCategory> = true;
 
 /**
  * @class Operator
-- 
GitLab