RESOLVED FIXED 118204
std::min needs template parameters
https://bugs.webkit.org/show_bug.cgi?id=118204
Summary std::min needs template parameters
Alex Christensen
Reported 2013-06-28 14:49:41 PDT
https://bugs.webkit.org/show_bug.cgi?id=94124 committed in r135763 fixed a compile error with template parameters std::min, but there are two more places where this needs to be done. Visual Studio can't decide whether to use the 32-bit or 64-bit integer comparison, so I'm going to tell it to cast both to the desired return type first.
Attachments
Patch (1.87 KB, patch)
2013-06-28 15:09 PDT, Alex Christensen
no flags
Alex Christensen
Comment 1 2013-06-28 15:09:52 PDT
Geoffrey Garen
Comment 2 2013-06-28 15:13:36 PDT
Comment on attachment 205747 [details] Patch r=me
WebKit Commit Bot
Comment 3 2013-06-28 15:48:50 PDT
Comment on attachment 205747 [details] Patch Clearing flags on attachment: 205747 Committed r152193: <http://trac.webkit.org/changeset/152193>
WebKit Commit Bot
Comment 4 2013-06-28 15:48:52 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.