Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Currently, `UTF8StringPiece` is defined in terms of `Range<boost::u8_to_u32_iterator<...>>`. But this makes certain necessary changes in `Range` fail to compile. Change `UTF8StringPiece` to be a standalone range type. Unblocks {D60181556} (aka #2265), which intends to resolve a problem blocking `folly::StringPiece` from being formattable with `fmt::format` since `fmt-11`. Reviewed By: vitaut Differential Revision: D60252703 fbshipit-source-id: 282d166c1456bdc5e311f4ed7c3ce8eae91422b0
- Loading branch information