[libcxx-commits] [libc] [libcxx] [llvm] [libcxx][libc] Hand in Hand PoC with from_chars (PR #91651)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 15 09:20:28 PDT 2024


================
@@ -103,5 +103,6 @@ const AssertionDialogAvoider assertion_dialog_avoider{};
 #define TEST_ABI_MICROSOFT
 
 #define _LIBCPP_AVAILABILITY_THROW_BAD_ANY_CAST
+#define _LIBCPP_AVAILABILITY_HAS_FROM_CHARS_FLOATING_POINT 1
----------------
ldionne wrote:

I think this line can be removed now, since `test_macros.h` will assume `TEST_HAS_FROM_CHARS_FLOATING_POINT` when running against MSVC stdlib.

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


More information about the libcxx-commits mailing list