We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
isnan
isinf
1 parent 55df007 commit 1a0436fCopy full SHA for 1a0436f
CoreFoundation/NumberDate.subproj/CFNumber.c
@@ -75,8 +75,6 @@ static const uint8_t __CFNumberCanonicalTypeIndex[] = {
75
76
77
#if DEPLOYMENT_TARGET_WINDOWS
78
-#define isnan(A) _isnan(A)
79
-#define isinf(A) !_finite(A)
80
#define copysign(A, B) _copysign(A, B)
81
#endif
82
0 commit comments