Use std::string in folly::dynamic
Summary: Why not kill fbstring entirely? There are some legitimate use cases. For example, `folly::IOBuf` supports `moveToFbstring()` method which is impossible to implement with `std::string`. Reviewed By: joeg, snarkmaster Differential Revision: D3189410 fb-gh-sync-id: 9bb9090ca6012ac32ba9fb79041b26ec4888781f fbshipit-source-id: 9bb9090ca6012ac32ba9fb79041b26ec4888781f
Showing
Please register or sign in to comment