Skip to content

Commit 5349225

Browse files
committed
Added known bug reference for experimental internal map.
1 parent b2e8ccc commit 5349225

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/json/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//# define JSON_USE_CPPTL_SMALLMAP 1
1717
/// If defined, indicates that Json specific container should be used
1818
/// (hash table & simple deque container with customizable allocator).
19-
/// THIS FEATURE IS STILL EXPERIMENTAL!
19+
/// THIS FEATURE IS STILL EXPERIMENTAL! There is know bugs: See #3177332
2020
//# define JSON_VALUE_USE_INTERNAL_MAP 1
2121
/// Force usage of standard new/malloc based allocator instead of memory pool based allocator.
2222
/// The memory pools allocator used optimization (initializing Value and ValueInternalLink

0 commit comments

Comments
 (0)