diff --git a/src/FixedPoints/SFixed0FreeFunctions.h b/src/FixedPoints/SFixed0FreeFunctions.h index c54aaa5..21d1f63 100644 --- a/src/FixedPoints/SFixed0FreeFunctions.h +++ b/src/FixedPoints/SFixed0FreeFunctions.h @@ -192,10 +192,13 @@ DELETED_OPERATORS( signed long long int ) #undef DELETED_OPERATORS #undef OPERATORS + #undef DELETED_ARITHMETIC_OPERATORS #undef DELETED_LOGIC_OPERATORS + #undef ARITHMETIC_OPERATORS #undef LOGIC_OPERATORS + #undef DELETED_ARITHMETIC_OPERATOR #undef ARITHMETIC_OPERATOR @@ -206,4 +209,6 @@ DELETED_OPERATORS( signed long long int ) #undef DELETED_LOGIC_OPERATOR_GT #undef DELETED_LOGIC_OPERATOR_GTE +#undef LOGIC_OPERATOR + FIXED_POINTS_END_NAMESPACE \ No newline at end of file diff --git a/src/FixedPoints/UFixed0FreeFunctions.h b/src/FixedPoints/UFixed0FreeFunctions.h index 88d8f8c..266dd01 100644 --- a/src/FixedPoints/UFixed0FreeFunctions.h +++ b/src/FixedPoints/UFixed0FreeFunctions.h @@ -192,10 +192,13 @@ DELETED_OPERATORS( signed long long int ) #undef DELETED_OPERATORS #undef OPERATORS + #undef DELETED_ARITHMETIC_OPERATORS #undef DELETED_LOGIC_OPERATORS + #undef ARITHMETIC_OPERATORS #undef LOGIC_OPERATORS + #undef DELETED_ARITHMETIC_OPERATOR #undef ARITHMETIC_OPERATOR @@ -206,4 +209,6 @@ DELETED_OPERATORS( signed long long int ) #undef DELETED_LOGIC_OPERATOR_GT #undef DELETED_LOGIC_OPERATOR_GTE +#undef LOGIC_OPERATOR + FIXED_POINTS_END_NAMESPACE \ No newline at end of file