MSVC won't compile 'const float _demolition[]' because it uses 'divide by zero' while initializing
Hopefully we can use INFINITY and NAN for the relevant initializers ?
This commit is contained in:
@@ -49,6 +49,10 @@
|
||||
#define INFINITY HUGE_VAL
|
||||
#endif
|
||||
|
||||
#ifndef NAN
|
||||
#define NAN _NANCODE
|
||||
#endif
|
||||
|
||||
// File access modes copied from unistd.h
|
||||
#define F_OK 0
|
||||
#define R_OK 4
|
||||
|
||||
Reference in New Issue
Block a user