Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Avoid passing iterators to
UCharCast
When compiling with MSVC, `std::array<T,N>::iterator` is equivalent to `std::_Array_iterator<T,N>`, which cannot be handled by any `UCharCast` overload.
- Loading branch information