We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e8ccc commit 5349225Copy full SHA for 5349225
1 file changed
include/json/config.h
@@ -16,7 +16,7 @@
16
//# define JSON_USE_CPPTL_SMALLMAP 1
17
/// If defined, indicates that Json specific container should be used
18
/// (hash table & simple deque container with customizable allocator).
19
-/// THIS FEATURE IS STILL EXPERIMENTAL!
+/// THIS FEATURE IS STILL EXPERIMENTAL! There is know bugs: See #3177332
20
//# define JSON_VALUE_USE_INTERNAL_MAP 1
21
/// Force usage of standard new/malloc based allocator instead of memory pool based allocator.
22
/// The memory pools allocator used optimization (initializing Value and ValueInternalLink
0 commit comments