From 149be223359f69415ed85dcb236adfcf30896fd2 Mon Sep 17 00:00:00 2001 From: Pharap <2933055+Pharap@users.noreply.github.com> Date: Wed, 6 Jun 2018 15:21:02 +0100 Subject: [PATCH] Add missing undef --- src/FixedPoints/SFixed0FreeFunctions.h | 5 +++++ src/FixedPoints/UFixed0FreeFunctions.h | 5 +++++ 2 files changed, 10 insertions(+) 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