From 3c955adc477af62987ed40e96122dd0965fbf006 Mon Sep 17 00:00:00 2001 From: Charles Villard <charles.villard@cea.fr> Date: Thu, 20 Mar 2025 15:20:28 +0100 Subject: [PATCH] edit: Operator.hpp: remove inlining as only in std17 --- 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 a145aab06..3a19fc702 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 <> -inline constexpr bool enable_bitmask_operators<InputCategory> = true; +constexpr bool enable_bitmask_operators<InputCategory> = true; /** * @class Operator -- GitLab