copysign is already in compiler.h
This commit is contained in:
parent
cc6179a4dd
commit
e0b2687231
@ -26,11 +26,6 @@
|
||||
#undef max
|
||||
#endif
|
||||
|
||||
// for microsoft compiler
|
||||
#ifdef _MSC_VER
|
||||
#define copysign _copysign
|
||||
#endif
|
||||
|
||||
#include <osg/Quat>
|
||||
|
||||
template<typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user