From f327f4ccc6b737e9f747bf1f40ed3d9bb1e330cf Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 30 Sep 2018 20:50:09 +0200 Subject: [PATCH] util-math: Undefine macro --- source/util-math.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/util-math.h b/source/util-math.h index 1935162a..40f53cd8 100644 --- a/source/util-math.h +++ b/source/util-math.h @@ -117,6 +117,7 @@ namespace util { is_power_of_two_as_loop(uint32_t); is_power_of_two_as_loop(int64_t); is_power_of_two_as_loop(uint64_t); +#undef is_power_of_two_as_loop #pragma pop_macro("is_power_of_two_as_loop") template