Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build when iterators are raw pointers
Similar to #11879, `typename Iterator` might be just a raw pointer. The most corrent way would be using `std::iterator_traits` to get the type properly, but it seems that current static_cast can be simply removed.
- Loading branch information