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

remove trailing zeros only if the container is a floating point type #274

Merged
merged 2 commits into from
Mar 1, 2021

Conversation

st-e
Copy link

@st-e st-e commented Feb 26, 2021

Removing trailing zeros when using integer containers led to incorrect string representations:
to_string(meter<int>(1000)) --> 1 m

@coveralls
Copy link

coveralls commented Feb 26, 2021

Coverage Status

Coverage remained the same at 0.0% when pulling bd3f7ca on st-e:v3.x into 702c543 on nholthaus:v3.x.

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.

3 participants