From e666195a4652da1156b17e4043a8af2cf51398b8 Mon Sep 17 00:00:00 2001 From: ylavic Date: Thu, 9 May 2019 13:18:43 +0200 Subject: [PATCH] Disable Members map by default. --- include/rapidjson/document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rapidjson/document.h b/include/rapidjson/document.h index 67f9e4c5c..275d8b52b 100644 --- a/include/rapidjson/document.h +++ b/include/rapidjson/document.h @@ -44,7 +44,7 @@ RAPIDJSON_DIAG_OFF(effc++) #endif #ifndef RAPIDJSON_USE_MEMBERS_MAP -#define RAPIDJSON_USE_MEMBERS_MAP 1 // default +#define RAPIDJSON_USE_MEMBERS_MAP 0 // default #endif #if RAPIDJSON_USE_MEMBERS_MAP #include