[Webkit-unassigned] [Bug 88721] REGRESSION (r117779): Compile error: 'bool std::isinf(float)' is not 'constexpr' with GCC
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 12 00:55:10 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=88721
--- Comment #1 from Allan Sandfeld Jensen <allan.jensen at nokia.com> 2012-06-12 00:55:09 PST ---
(In reply to comment #0)
> Seems that with the gcc 4.6.3 the function std::isinf() is not marked constexpr, so wtf_isinf() may not be that either.
> After replacing "constexpr" with "inline" it does compile.
Ah, interesting. It should be harmless to replace constexpr with inline for gcc 4.7 as well.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list