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 to_string(float) #153

Closed
wants to merge 1 commit into from
Closed

Remove to_string(float) #153

wants to merge 1 commit into from

Conversation

rfschtkt
Copy link

For internal consistency, to_string() should either list all relevant types (including bool, char, etc.), or only those that are the destination types of integral or floating-point promotion (float not being among them). There is no impact on behaviour.

For internal consistency, to_string() should either list all relevant types (including bool, char, etc.), or only those that are the destination types of integral or floating-point promotion (float not being among them). There is no impact on behaviour.
@jwakely
Copy link
Member

jwakely commented Jun 30, 2013

IMHO this doesn't qualify as an editorial change.

@sdutoit
Copy link
Contributor

sdutoit commented Jul 2, 2013

Not editorial; the presence of this declaration could be detected so it's a normative change.

@sdutoit sdutoit closed this Jul 2, 2013
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

3 participants