mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-20 05:14:20 +08:00
drop JSON_VALUE_USE_INTERNAL_MAP, JSON_USE_SIMPLE_INTERNAL_ALLOCATOR
And remove some old headers. These were not actually compiling anymore, and there were outstanding, known bugs, e.g. https://sourceforge.net/p/jsoncpp/bugs/27
This commit is contained in:
@@ -118,7 +118,6 @@ def amalgamate_source(source_top_dir=None,
|
||||
lib_json = "src/lib_json"
|
||||
source.add_file(os.path.join(lib_json, "json_tool.h"))
|
||||
source.add_file(os.path.join(lib_json, "json_reader.cpp"))
|
||||
source.add_file(os.path.join(lib_json, "json_batchallocator.h"))
|
||||
source.add_file(os.path.join(lib_json, "json_valueiterator.inl"))
|
||||
source.add_file(os.path.join(lib_json, "json_value.cpp"))
|
||||
source.add_file(os.path.join(lib_json, "json_writer.cpp"))
|
||||
|
Reference in New Issue
Block a user