Remove superfluous std::move calls
authorJason Prado <jprado@fb.com>
Fri, 21 Aug 2015 01:06:23 +0000 (18:06 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Fri, 21 Aug 2015 01:20:19 +0000 (18:20 -0700)
commitc0cb9812a705e799cb4985d6435d7ab60ff67a61
tree02e66561dd5bda4cf21b94a8fb6ea56b35545088
parente9a78a1865e8725cca62ea2c2a5b470193a8cdbe
Remove superfluous std::move calls

Summary: clang-3.7 upstream warns that these calls prevent a copy elision
(-Wpessimizing-move).

Reviewed By: @​mzlee

Differential Revision: D2366951
folly/IPAddress.h
folly/IPAddressV4.h