Skip to content

Commit

Permalink
Undefining macro at the end of the file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomadriel committed Jan 8, 2019
1 parent addc77f commit 9731721
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/wfc/utility/math.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,7 @@ namespace wfc
return nbr && !(nbr & (nbr - 1));
}
} // namespace wfc

#undef WFC__has_builtin

#endif // WFC_MATH_HPP

0 comments on commit 9731721

Please sign in to comment.