0.9.7
_fixes.hpp
Go to the documentation of this file.
1 
33 #include <cmath>
34 
36 #ifdef max
37 #undef max
38 #endif
39 
41 #ifdef min
42 #undef min
43 #endif
44 
46 #ifdef isnan
47 #undef isnan
48 #endif
49 
51 #ifdef isinf
52 #undef isinf
53 #endif
54 
56 #ifdef log2
57 #undef log2
58 #endif
59