Skip to content
Snippets Groups Projects
Commit ce85576f authored by Charles Villard's avatar Charles Villard
Browse files

edit: Operator: inline bitwise operation

parent 107449e7
No related branches found
No related tags found
No related merge requests found
Pipeline #67589 failed
...@@ -68,7 +68,7 @@ enum class InputCategory : unsigned int { ...@@ -68,7 +68,7 @@ enum class InputCategory : unsigned int {
All = static_cast<unsigned int>(-1) All = static_cast<unsigned int>(-1)
}; };
template <> template <>
constexpr bool enable_bitmask_operators<InputCategory> = true; inline constexpr bool enable_bitmask_operators<InputCategory> = true;
/** /**
* @class Operator * @class Operator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment