Delete the non-char integeral forms of fbstring::operator=
authorChristopher Dykes <cdykes@fb.com>
Wed, 26 Apr 2017 00:14:26 +0000 (17:14 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 26 Apr 2017 00:23:41 +0000 (17:23 -0700)
commitce97926001344be626e092d24b6c977447d8c4a8
treeaca48fa6d4694fad70b0e813890ab17b2a016af2
parent5699919fdcb518d9974a93c7f1791d3e8ac2a544
Delete the non-char integeral forms of fbstring::operator=

Summary: They allow for assignments that make no sense, so make it impossible to do so.

Reviewed By: yfeldblum

Differential Revision: D4919606

fbshipit-source-id: 24d8e036eff33a8c6def4672c0d098f0edd5c5b3
folly/FBString.h
folly/test/FBStringTest.cpp