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

edit: Operator.hpp: remove inlining as only in std17

parent 47f808e2
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 <>
inline constexpr bool enable_bitmask_operators<InputCategory> = true;
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