RESOLVED FIXED 123599
std::function prefers nullptr
https://bugs.webkit.org/show_bug.cgi?id=123599
Summary std::function prefers nullptr
Alex Christensen
Reported 2013-10-31 17:20:02 PDT
Hooray for C++11! In order to get WebKit to compile with VS2012, we're going to have to be careful with our std::function usage. Setting it to 0 causes all kinds of nasty template compile problems, but setting it to nullptr makes everybody happy.
Attachments
Patch (2.08 KB, patch)
2013-10-31 17:22 PDT, Alex Christensen
no flags
Brent Fulgham
Comment 1 2013-10-31 17:21:36 PDT
These should probably be safe to apply as we go, since nullptr is probably the "right" thing to be using anyway.
Alex Christensen
Comment 2 2013-10-31 17:22:16 PDT
Brent Fulgham
Comment 3 2013-10-31 17:27:37 PDT
Comment on attachment 215695 [details] Patch r=me
WebKit Commit Bot
Comment 4 2013-10-31 17:59:30 PDT
Comment on attachment 215695 [details] Patch Clearing flags on attachment: 215695 Committed r158414: <http://trac.webkit.org/changeset/158414>
WebKit Commit Bot
Comment 5 2013-10-31 17:59:31 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.