Bug 195187 - Change CheckedArithmetic to not use std::enable_if_t.
Summary: Change CheckedArithmetic to not use std::enable_if_t.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-02-28 15:07 PST by Mark Lam
Modified: 2019-06-20 21:17 PDT (History)
9 users (show)

See Also:


Attachments
proposed patch. (2.79 KB, patch)
2019-02-28 15:22 PST, Mark Lam
keith_miller: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.