[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
Thu Nov 21 06:35:42 PST 2024


================
@@ -1231,6 +1231,12 @@ typedef __char32_t char32_t;
 #    define _LIBCPP_HAS_EXPLICIT_THIS_PARAMETER 0
 #  endif
 
+#  if defined(_MSC_VER) || __SIZEOF_LONG_DOUBLE__ == __SIZEOF_DOUBLE__
----------------
philnik777 wrote:

I'm much less concerned about such a check in our test suite than in our ABI.

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


More information about the libcxx-commits mailing list