Skip to content
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

replaced ssize_t occurrences with auto (addresses #204) #205

Merged
merged 2 commits into from
Feb 10, 2016
Merged

Conversation

nlohmann
Copy link
Owner

In issue #204, an issue with MSVC was reported where ssize_t was defined differently than by the header included by json.hpp. In fact, ssize_t only appears in one function (lexer::yyfill()) and can be replaced by auto. Removing ssize_t has the advantage of being able to also remove several conditional header includes.

@nlohmann nlohmann self-assigned this Feb 10, 2016
@nlohmann nlohmann added this to the Release 2.0.0 milestone Feb 10, 2016
nlohmann added a commit that referenced this pull request Feb 10, 2016
replaced ssize_t occurrences with auto (fixes #204)
@nlohmann nlohmann merged commit 61fe90f into master Feb 10, 2016
@nlohmann nlohmann deleted the issue204 branch February 10, 2016 20:42
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.

None yet

1 participant