Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Currently, `CursorBase::peek()` returns `pair<uint8_t const*, size_t>` and `CursorBase::peekView()` returns `basic_string_view<uint8_t>`. Consolidate them into `CursorBase::peek()` returning `span<uint8_t const>`. As one motivation, libc++ v19 removes `basic_string_view<uint8_t>`. Reviewed By: thevinster Differential Revision: D62460851 fbshipit-source-id: 72d567817faf778287594c10dfd7f6f379bf2446
- Loading branch information