NEW 181183
[WTF] Introduce {MonotonicTime,WallTime,Seconds,TimeWithDynamicClockType}::{isinf,isnan,isfinite}
https://bugs.webkit.org/show_bug.cgi?id=181183
Summary [WTF] Introduce {MonotonicTime,WallTime,Seconds,TimeWithDynamicClockType}::{i...
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.