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

compiler error "error: call to deleted function 'from_chars'" for floating point numbers #456

Open
FMorkel opened this issue Sep 26, 2024 · 1 comment

Comments

@FMorkel
Copy link

FMorkel commented Sep 26, 2024

Hi,

std::from_chars seems to be (still) unsupported for floating point numbers (_LIBCPP_VERSION=190100).
Or am I missing something?

Best regards,
Fred

@alvinhochun
Copy link
Contributor

It is currently unimplemented in libc++:

There is a PoC PR upstream, though there is no telling when it will be ready and merged:

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

No branches or pull requests

2 participants