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

Fix float128 feature macro names #273

Merged
merged 1 commit into from
Sep 17, 2020

Conversation

amerry
Copy link
Contributor

@amerry amerry commented Sep 17, 2020

It was clearly a copy-paste error to define them as BOOST_HAS_FLOAT128,
especially as later code checks for JSONCONS_HAS_FLOAT128.

Fixes #272

It was clearly a copy-paste error to define them as BOOST_HAS_FLOAT128,
especially as later code checks for JSONCONS_HAS_FLOAT128.

Fixes danielaparker#272
@danielaparker danielaparker merged commit 66a296e into danielaparker:master Sep 17, 2020
@danielaparker
Copy link
Owner

Indeed! Thanks for spotting that.

@amerry amerry deleted the fix-float128-macro-names branch August 4, 2021 17:14
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.

jsoncons defines BOOST_HAS_FLOAT128
2 participants