Skip to content

Fix #11437: correct immediate_rolling_mean - #14

Merged
ericniebler merged 1 commit into
boostorg:developfrom
oliness:patch-11437
Nov 7, 2018
Merged

Fix #11437: correct immediate_rolling_mean#14
ericniebler merged 1 commit into
boostorg:developfrom
oliness:patch-11437

Conversation

@oliness

@oliness oliness commented Feb 6, 2018

Copy link
Copy Markdown
Contributor

Corrects the immediate_rolling_mean calculation for unsigned
int, so that when a value lower than the previous value is added,
underflow does not occur.

Includes new regression test for this behavior.

Corrects the immediate_rolling_mean calculation for unsigned
int, so that when a value lower than the previous value is added,
underflow does not occur.

Includes new regression test for this behavior.
@ericniebler
ericniebler merged commit fdabe51 into boostorg:develop Nov 7, 2018
@oliness
oliness deleted the patch-11437 branch November 21, 2018 14:34
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.

2 participants