Skip to content

Commit

Permalink
Disable Members map by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavic committed May 9, 2019
1 parent 95d2722 commit e666195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rapidjson/document.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <map>
Expand Down

0 comments on commit e666195

Please sign in to comment.