[libcxx-commits] [libc] [libcxx] [llvm] [libcxx][libc] Hand in Hand PoC with from_chars (PR #91651)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Aug 18 05:37:28 PDT 2024
================
@@ -121,6 +121,7 @@ inline constexpr FloatFromCharsTestCase float_from_chars_test_cases[] = {
"2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222"
"2222222222222222222e-45",
chars_format::scientific, 1006, errc{}, 0x0.000004p-126f},
+
----------------
mordante wrote:
FYI we should not edit this file unless strictly required. This file is copied from the MSVC STL implementation. Avoiding unrelated changes makes it easier to keep the files in sync.
https://github.com/llvm/llvm-project/pull/91651
More information about the libcxx-commits
mailing list