mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-06-12 10:55:02 +02:00
Added known bug reference for experimental internal map.
This commit is contained in:
parent
b2e8cccbc6
commit
5349225f43
@ -16,7 +16,7 @@
|
|||||||
//# define JSON_USE_CPPTL_SMALLMAP 1
|
//# define JSON_USE_CPPTL_SMALLMAP 1
|
||||||
/// If defined, indicates that Json specific container should be used
|
/// If defined, indicates that Json specific container should be used
|
||||||
/// (hash table & simple deque container with customizable allocator).
|
/// (hash table & simple deque container with customizable allocator).
|
||||||
/// THIS FEATURE IS STILL EXPERIMENTAL!
|
/// THIS FEATURE IS STILL EXPERIMENTAL! There is know bugs: See #3177332
|
||||||
//# define JSON_VALUE_USE_INTERNAL_MAP 1
|
//# define JSON_VALUE_USE_INTERNAL_MAP 1
|
||||||
/// Force usage of standard new/malloc based allocator instead of memory pool based allocator.
|
/// Force usage of standard new/malloc based allocator instead of memory pool based allocator.
|
||||||
/// The memory pools allocator used optimization (initializing Value and ValueInternalLink
|
/// The memory pools allocator used optimization (initializing Value and ValueInternalLink
|
||||||
|
Loading…
x
Reference in New Issue
Block a user