[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
Mon Apr 8 10:45:16 PDT 2024
================
@@ -193,6 +319,7 @@ int main(int, char**)
assert(err == ios.failbit);
assert(v == INFINITY);
}
+#if LDBL_MANT_DIG >= 64
----------------
mordante wrote:
Thanks! Great to hear.
https://github.com/llvm/llvm-project/pull/77948
More information about the libcxx-commits
mailing list