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

edit: Operator: inline bitwise operation

parent e15c0e9a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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