Eliminate accidental trigraph in FBString
authorChristopher Dykes <cdykes@fb.com>
Thu, 11 Aug 2016 19:43:44 +0000 (12:43 -0700)
committerFacebook Github Bot 3 <facebook-github-bot-3-bot@fb.com>
Thu, 11 Aug 2016 19:53:25 +0000 (12:53 -0700)
commit7ad2c91997fe026fb9733f83720949bff5a7f57f
tree819fafefe214966ff9f922567416e61cd5a5a4c9
parentddeb302ab4b34ff93a72bafbd7c51f120179f233
Eliminate accidental trigraph in FBString

Summary: `<::` is a trigraph, which, although removed in C++17, MSVC still warns about the sequences (although it doesn't actually intepret them as trigraphs)

Reviewed By: yfeldblum

Differential Revision: D3704382

fbshipit-source-id: b093f854343db01bc166b1cc44763676fdd97a51
folly/FBString.h