Several more return WTFMove() cases were committed just between
yesterday and today. Please be careful. :)
On Tue, Mar 19, 2019 at 8:01 AM, Emilio Cobos
=?iso-8859-1?q?=C1lvarez?= <emi...@crisal.io> wrote:
In Gecko, when I switched from mozilla::Move to std::move [1], I had
to
disable the warning and fix all of them in a followup, since clang
didn't use to warn about them.
We used to have WTF::move defined as a function, but now it's a #define
to ensure std::move gets called directly. I think that's what Andy
meant when he says "WTFMove was written to accommodate these warnings."
Michael
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev