fbstring's front() and back() return by reference
Summary: C++11 added front() and back() that return by reference. fbstring also added front() and back() as non-standard convenience functions, which returned by value. This diff aligns fbstring with the standard. Test Plan: added and ran unittest Reviewed By: delong.j@fb.com FB internal diff: D607574
Showing
Please register or sign in to comment