Add noexcept specification for move ctor, move assignment, dtor in fbstring
authorTudor Bosman <tudorb@fb.com>
Tue, 24 Sep 2013 23:49:24 +0000 (16:49 -0700)
committerPeter Griess <pgriess@fb.com>
Tue, 15 Oct 2013 01:43:28 +0000 (18:43 -0700)
commitcca262b3a51a2a49749c3a0afd303f7a54b0837d
treebc956174728b4fc1c586b35e406b780267fb2634
parentd3468ea855d7f23f8cd6e1a570311ef57a7e004e
Add noexcept specification for move ctor, move assignment, dtor in fbstring

Test Plan: fbstring_test, test added

Reviewed By: ngbronson@fb.com

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