Hi, just a quick PSA:

In bug 1465585 I switched all uses of mozilla::Move to std::move, and
removed the former.

The reasoning for that is that it allows compilers to detect misuses of
std::move and warn about them (-Wpessimizing-move / -Wself-move /
-Wreturn-std-move).

Beware of some local mac builds maybe being broken. That should be fixed
by bug 1270217 (thanks jwatt!).

Cheers,

 -- Emilio
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to