mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-19 16:56:08 +01:00
Update json_writer.cpp
This commit is contained in:
parent
d501fbe741
commit
b955e0f699
@ -72,10 +72,12 @@
|
|||||||
#define isnan(x) (x != x)
|
#define isnan(x) (x != x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(__APPLE__)
|
||||||
#if !defined(isfinite)
|
#if !defined(isfinite)
|
||||||
#define isfinite finite
|
#define isfinite finite
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(_MSC_VER) && _MSC_VER >= 1400 // VC++ 8.0
|
#if defined(_MSC_VER) && _MSC_VER >= 1400 // VC++ 8.0
|
||||||
// Disable warning about strdup being deprecated.
|
// Disable warning about strdup being deprecated.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user