Back to Mame

0.9.8: _fixes.hpp Source File

3rdparty/glm/doc/api/a00002_source.html

latest833 B
Original Source

| | 0.9.8 |

_fixes.hpp

Go to the documentation of this file.

1

4 #include <cmath>

5

7 #ifdef max

8 #undef max

9 #endif

10

12 #ifdef min

13 #undef min

14 #endif

15

17 #ifdef isnan

18 #undef isnan

19 #endif

20

22 #ifdef isinf

23 #undef isinf

24 #endif

25

27 #ifdef log2

28 #undef log2

29 #endif

30


Generated by 1.8.10