[libcxx-commits] [libcxx] [libc++] LWG2381: Inconsistency in parsing floating point numbers (PR #77948)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 8 09:56:43 PDT 2024


================
@@ -193,6 +319,7 @@ int main(int, char**)
         assert(err == ios.failbit);
         assert(v == INFINITY);
     }
+#if LDBL_MANT_DIG >= 64
----------------
frederick-vs-ja wrote:

Thanks for noticing this! I've confirmed that the conditional compilation has become unnecessary now.

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


More information about the libcxx-commits mailing list