On 07/21/2013 11:44 AM, Justin Lebar wrote: > That's a fair point. Maybe we should call ours mozilla::Move and > mozilla::Forward instead. That way we can still easily change them to > std::move and std::forward, but there's no possibility of a collision.
This is pretty much always what we've done with the type traits stuff, so this is what we'd do here, I think. Jeff _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

