>> Maybe we should call ours mozilla::move and mozilla::forward so that we
>> can change to std::move and std::forward with minimal pain?
>>
> Won't that cause confusion if someone accidentally has both using namespace
> mozilla; and using namespace std; at the same time?

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.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to