util-math: Undefine macro

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2018-09-30 20:50:09 +02:00
parent 3135214a03
commit f327f4ccc6
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ namespace util {
is_power_of_two_as_loop(uint32_t); is_power_of_two_as_loop(uint32_t);
is_power_of_two_as_loop(int64_t); is_power_of_two_as_loop(int64_t);
is_power_of_two_as_loop(uint64_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") #pragma pop_macro("is_power_of_two_as_loop")
template<typename T> template<typename T>