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

Consider to add namespace-specific version of to_chars(...) #153

Closed
ckormanyos opened this issue Dec 24, 2021 · 1 comment
Closed

Consider to add namespace-specific version of to_chars(...) #153

ckormanyos opened this issue Dec 24, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ckormanyos
Copy link
Owner

ckormanyos commented Dec 24, 2021

Consider adding a namespace-specific version of to_chars(...)

See also (track from, borrow from) corresponding work in cnl

<namespace-specific>::to_chars_result <namespace-specific>::to_chars
  (
    char* first,
    char* last,
    value,
    int base = 10
  );
@ckormanyos
Copy link
Owner Author

Hi John (@johnmcfarlane) this older issue has been fixed by #311

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant