Bug 181183

Summary: [WTF] Introduce {MonotonicTime,WallTime,Seconds,TimeWithDynamicClockType}::{isinf,isnan,isfinite}
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: Web Template FrameworkAssignee: Yusuke Suzuki <ysuzuki>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Yusuke Suzuki
Reported 2017-12-28 11:18:11 PST
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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.