[libcxx-commits] [libcxx] [libc++] Complete `<charconv>` for 64-bit `long double` platforms (PR #117125)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 3 12:00:51 PST 2024


philnik777 wrote:

> We already have support for most types of long double: 64 bit, 80 bit, and 128 bit. We currently don't support `long double` as `double double` (only used by zOS AFAIK), but that's the only variant that I know we're missing.

Why didn't we add that in the previous patch as well?

https://github.com/llvm/llvm-project/pull/117125


More information about the libcxx-commits mailing list