RESOLVED FIXED 195187
Change CheckedArithmetic to not use std::enable_if_t.
https://bugs.webkit.org/show_bug.cgi?id=195187
Summary Change CheckedArithmetic to not use std::enable_if_t.
Mark Lam
Reported 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.
Attachments
proposed patch. (2.79 KB, patch)
2019-02-28 15:22 PST, Mark Lam
keith_miller: review+
Mark Lam
Comment 1 2019-02-28 15:09:27 PST
Mark Lam
Comment 2 2019-02-28 15:22:32 PST
Created attachment 363267 [details] proposed patch.
Keith Miller
Comment 3 2019-02-28 15:24:28 PST
Comment on attachment 363267 [details] proposed patch. r=me
Mark Lam
Comment 4 2019-02-28 15:33:30 PST
Thanks for the review. Landed in r242235: <http://trac.webkit.org/r242235>.
Note You need to log in before you can comment on or make changes to this bug.