Handle MSVC in FBString.h
authorOrvid King <blah38621@gmail.com>
Wed, 29 Jul 2015 21:46:30 +0000 (14:46 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Wed, 29 Jul 2015 22:22:12 +0000 (15:22 -0700)
commit1009fdcd8d20cf938ecc24ead4d9c477686284e5
treefeef7bf19e9ab7ed110c40117428000b62ca91e1
parent3f274113c79f2677547d6a1d849bf11c1f54dd73
Handle MSVC in FBString.h

Summary: Specifically, MSVC doesn't define `std::__ostream_insert`, so just write to the stream instead.
Closes #270

Reviewed By: @yfeldblum

Differential Revision: D2283960

Pulled By: @sgolemon
folly/FBString.h