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

Detect correctly pointer-to-const #137

Merged
merged 2 commits into from Oct 20, 2015
Merged

Conversation

dariomt
Copy link
Contributor

@dariomt dariomt commented Oct 16, 2015

The intention of the current code is to detect a pointer-to-const but instead it is detecting a const-pointer. See #134

The intention of the current code is to detect a pointer-to-const but instead it is detecting a const-pointer. See nlohmann#134
@nlohmann
Copy link
Owner

Same issue here. Could you please also change json.hpp.re2c, because ´json.hpp` is generated out of this file. Thanks and looking forward to merging!

@dariomt
Copy link
Contributor Author

dariomt commented Oct 19, 2015

Will do!

@dariomt
Copy link
Contributor Author

dariomt commented Oct 19, 2015

Done!

nlohmann added a commit that referenced this pull request Oct 20, 2015
Detect correctly pointer-to-const
@nlohmann nlohmann merged commit 8f379ef into nlohmann:master Oct 20, 2015
@nlohmann
Copy link
Owner

Thanks!!

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

2 participants