[Bug 48324] cl.exe fails to compile c++ due to error C2177: constant too big on float constant

WineHQ Bugzilla wine-bugs at winehq.org
Sat Dec 21 19:04:58 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=48324

--- Comment #2 from Erich E. Hoover <erich.e.hoover at gmail.com> ---
Are you sure this is where it has a problem?  I just tried:
    float f = strtod("3.4028234663852886e38", NULL);
    ok(f == FLT_MAX, "f = %e\n", f);
in a test and that worked...

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list