From ce85576fc93f9087af2ceaa24f4b676cc9757890 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 29e340af8..404499205 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