Skip to content

Correct the spelling of rounding_mode under the toward zero macro - #1458

Merged
mborland merged 1 commit into
boostorg:developfrom
ibmibmibm:toward-zero
Sep 16, 2026
Merged

mborland merged 1 commit into
boostorg:developfrom
ibmibmibm:toward-zero

Conversation

@ibmibmibm

Copy link
Copy Markdown
Contributor
  • cfenv.hpp wrote rounding_mde in the branch of BOOST_DECIMAL_FE_DEC_TOWARD_ZERO, thus
    no program which defines the macro compiled.
  • A new test builds with the macro and makes sure that a quotient of either sign drops
    its extra digits.

Fixes #1457

- cfenv.hpp wrote rounding_mde in the branch of BOOST_DECIMAL_FE_DEC_TOWARD_ZERO, thus
  no program which defines the macro compiled.
- A new test builds with the macro and makes sure that a quotient of either sign drops
  its extra digits.

Fixes boostorg#1457
@ibmibmibm
ibmibmibm marked this pull request as ready for review September 16, 2026 05:37

@mborland mborland left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@mborland
mborland merged commit 1c8cdd8 into boostorg:develop Sep 16, 2026
62 of 82 checks passed
@ibmibmibm
ibmibmibm deleted the toward-zero branch September 17, 2026 06:51
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.

A program which defines BOOST_DECIMAL_FE_DEC_TOWARD_ZERO does not compile

2 participants