Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SBCodepointSequence: Mark buffer as
const
The functions never modify the buffer. Marking it as const avoids the need for `const_cast` in C++.
- Loading branch information