diff --git a/libutils/include/utils/RefBase.h b/libutils/include/utils/RefBase.h index 42c6efb79..89f048db8 100644 --- a/libutils/include/utils/RefBase.h +++ b/libutils/include/utils/RefBase.h @@ -455,6 +455,7 @@ private: }; #undef COMPARE_WEAK +#undef COMPARE_WEAK_FUNCTIONAL // --------------------------------------------------------------------------- // No user serviceable parts below here. diff --git a/libutils/include/utils/StrongPointer.h b/libutils/include/utils/StrongPointer.h index 07dd3f1cd..100e507db 100644 --- a/libutils/include/utils/StrongPointer.h +++ b/libutils/include/utils/StrongPointer.h @@ -134,7 +134,8 @@ private: void sp_report_race(); void sp_report_stack_pointer(); -#undef COMPARE +#undef COMPARE_STRONG +#undef COMPARE_STRONG_FUNCTIONAL // --------------------------------------------------------------------------- // No user serviceable parts below here.