Skip to content

Drop internal map #185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 25, 2015
Merged

Drop internal map #185

merged 2 commits into from
Feb 25, 2015

Conversation

cdunn2001
Copy link
Contributor

JSON_VALUE_USE_INTERNAL_MAP and JSON_USE_SIMPLE_INTERNAL_ALLOCATOR did not actually compile with current compilers. In fact, as far as I can tell, they haven't worked since just after the 0.6.00-rc2 release. And according to blep, there are bugs, e.g. this one. It's probably better to hide the implementation of Value (maybe in the next major release) and to put experiments like this into completely separate classes.

Not tested via Travis (since this is outside cmake), but at least
we can more easily validate changes to `amalgamate.py`.
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
cdunn2001 added a commit that referenced this pull request Feb 25, 2015
`JSON_VALUE_USE_INTERNAL_MAP` and `JSON_USE_SIMPLE_INTERNAL_ALLOCATOR` did not actually compile with current compilers. In fact, as far as I can tell, they haven't worked since just after the 0.6.0-rc2 release. And according to blep, there are bugs, e.g. [this one](https://sourceforge.net/p/jsoncpp/bugs/27). It's probably better to hide the implementation of Value (maybe in the next major release) and to put experiments like this into completely separate classes.
@cdunn2001 cdunn2001 merged commit 4ac4cac into master Feb 25, 2015
@cdunn2001 cdunn2001 deleted the drop-internal-map branch February 25, 2015 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant