BORLAND compatible

This commit is contained in:
phy0292
2018-06-16 19:28:23 +08:00
committed by Christopher Dunn
parent 3cde9a9912
commit ba3fd41292
3 changed files with 9 additions and 2 deletions

View File

@@ -18,7 +18,9 @@
#endif
#include <cstddef> // size_t
#include <algorithm> // min()
#if defined(__BORLANDC__)
#include <mem.h>
#endif
#define JSON_ASSERT_UNREACHABLE assert(false)
namespace Json {