[Webkit-unassigned] [Bug 181183] New: [WTF] Introduce {MonotonicTime, WallTime, Seconds, TimeWithDynamicClockType}::{isinf, isnan, isfinite}

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 28 11:18:11 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=181183

            Bug ID: 181183
           Summary: [WTF] Introduce
                    {MonotonicTime,WallTime,Seconds,TimeWithDynamicClockTy
                    pe}::{isinf,isnan,isfinite}
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: utatane.tea at gmail.com

Instead of overloading std::{isinf,isfinite,isnan}, adding them to their class is clearer.
When we see std::isnan(value) etc., we consider value is `double`.
Overloading them produces misleading code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171228/24bf9e44/attachment-0001.html>


More information about the webkit-unassigned mailing list