mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-12-22 13:13:11 +01:00
BORLAND compatible
This commit is contained in:
committed by
Christopher Dunn
parent
3cde9a9912
commit
ba3fd41292
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user