fbstring::shrink_to_fit
authorAndrei Alexandrescu <aalexandre@fb.com>
Fri, 28 Jun 2013 01:40:35 +0000 (18:40 -0700)
committerSara Golemon <sgolemon@fb.com>
Thu, 18 Jul 2013 18:55:35 +0000 (11:55 -0700)
commitaf1b0a8bb96a65472362db4258e5704580f9d1e4
tree0092a13dc068cf5ca75b18c2bab170d3ea906b3f
parentea72b037796a892aa00ef23902186d8f6b5d2ae9
fbstring::shrink_to_fit

Summary: Adds the eponymous C++11 capability to fbstring.

Test Plan: fbstring runtests

Reviewed By: tudorb@fb.com

FB internal diff: D867995
folly/FBString.h
folly/test/FBStringTest.cpp