mstorsjo / llvm-mingw

An LLVM/Clang/LLD based mingw-w64 toolchain
Other
1.97k stars 188 forks source link

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

Open FMorkel opened 1 month ago

FMorkel commented 1 month ago

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 commented 1 month ago

It is currently unimplemented in libc++:

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