[libcxx-commits] [libcxx] [libc++] LWG2381: Inconsistency in parsing floating point numbers (PR #77948)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Apr 7 10:22:23 PDT 2024
================
@@ -193,6 +319,7 @@ int main(int, char**)
assert(err == ios.failbit);
assert(v == INFINITY);
}
+#if LDBL_MANT_DIG >= 64
----------------
mordante wrote:
Mainly curious why is this change needed after this patch?
https://github.com/llvm/llvm-project/pull/77948
More information about the libcxx-commits
mailing list