Add an overload to use backlashify with StringPiece
authorAndre Pinto <aap@fb.com>
Thu, 5 Oct 2017 15:34:49 +0000 (08:34 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 5 Oct 2017 15:59:51 +0000 (08:59 -0700)
commitff17894be919173b4bbaf5d9f535b62f92806ebf
treec4041d4ecc1ac2084bf747e448fa0138696543a0
parenta95a6976020356513a4c0dc8a3c8557c0b2b4496
Add an overload to use backlashify with StringPiece

Summary: Allows calling backlashify on a StringPiece.

Reviewed By: yfeldblum

Differential Revision: D5930015

fbshipit-source-id: ca14c78d9a90c45781da7229eb5d2f437792b2d1
folly/String-inl.h
folly/String.h
folly/test/StringTest.cpp