Bring fbstring::operator+ to date with C++11
authorAndrei Alexandrescu <aalexandre@fb.com>
Wed, 17 Dec 2014 21:16:07 +0000 (13:16 -0800)
committerDave Watson <davejwatson@fb.com>
Mon, 29 Dec 2014 18:40:08 +0000 (10:40 -0800)
commitdff24ff9ab40244a55122e1f420b169950b2d13a
tree9018a2ca4fe6f73c33a49c0bc6d6085931a77073
parent5219f0705c87b87e07f87efe726a78082b24d40e
Bring fbstring::operator+ to date with C++11

Summary: Some overloads, particularly with rvalue references, were missing. Also this fixes https://our.intern.facebook.com/intern/tasks/?t=5849579

Test Plan: unittests

Reviewed By: simpkins@fb.com

Subscribers: trunkagent, las, net-systems@, njormrod, folly-diffs@

FB internal diff: D1746319

Tasks: 5849579

Signature: t1:1746319:1418875228:febb965cf52710a5e76b7c1cce5aec601086ad90
folly/FBString.h
folly/test/FBStringTest.cpp