RESOLVED FIXED 139790
Simplify smart pointer classes by using std::exchange
https://bugs.webkit.org/show_bug.cgi?id=139790
Summary Simplify smart pointer classes by using std::exchange
Anders Carlsson
Reported 2014-12-18 13:44:05 PST
Simplify smart pointer classes by using std::exchange
Attachments
Patch (6.49 KB, patch)
2014-12-18 13:45 PST, Anders Carlsson
kling: review+
Anders Carlsson
Comment 1 2014-12-18 13:45:01 PST
Anders Carlsson
Comment 2 2014-12-18 14:27:29 PST
Gyuyoung Kim
Comment 3 2014-12-18 19:23:48 PST
EFL and GTK ports have been broken since this commit. I think EFL and GTK ports don't use latest GCC version(4.9 probably). So they can't support std::exchange() yet.
Note You need to log in before you can comment on or make changes to this bug.