Bug 195187

Summary: Change CheckedArithmetic to not use std::enable_if_t.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: Web Template FrameworkAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, cmarcelo, dbates, ews-watchlist, ggaren, Hironori.Fujii, keith_miller, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=199099
Attachments:
Description Flags
proposed patch. keith_miller: review+

Description Mark Lam 2019-02-28 15:07:52 PST
Because C++11 does not like std::enable_if_t and there's a need to use this file with C++11.
Comment 1 Mark Lam 2019-02-28 15:09:27 PST
<rdar://problem/48464665>
Comment 2 Mark Lam 2019-02-28 15:22:32 PST
Created attachment 363267 [details]
proposed patch.
Comment 3 Keith Miller 2019-02-28 15:24:28 PST
Comment on attachment 363267 [details]
proposed patch.

r=me
Comment 4 Mark Lam 2019-02-28 15:33:30 PST
Thanks for the review.  Landed in r242235: <http://trac.webkit.org/r242235>.