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

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 28 11:36:53 PST 2024


https://github.com/ldionne commented:

IMO this makes sense, but I agree with @philnik777 that we should use a new entry point in the dylib for `long double` just like we do for the other types. IMO what this patch is buying us is mostly front-loading of work we'll have to do when we can truly support `long double`, which will now be simplified cause we only need to plug in the missing bits.

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


More information about the libcxx-commits mailing list