[Webkit-unassigned] [Bug 143884] Prefix isnan() with std
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 17 11:29:36 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=143884
--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 251030
--> https://bugs.webkit.org/attachment.cgi?id=251030
proposed wk patch
View in context: https://bugs.webkit.org/attachment.cgi?id=251030&action=review
> Source/JavaScriptCore/runtime/Options.cpp:471
> + return (m_entry.doubleVal == other.m_entry.doubleVal) || (std::isnan(m_entry.doubleVal) && std::isnan(other.m_entry.doubleVal));
I think the problem is that this file includes math.h instead of cmath
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150417/0fa28507/attachment.html>
More information about the webkit-unassigned
mailing list