Skip to content

Conversation

@georgthegreat
Copy link

typename Iterator might be just a raw pointer. The most correct way would be using std::iterator_traits to get the type properly, but it seems that current static_cast can be simply removed.

`typename Iterator` might be just a raw pointer. The most correct way would be using `std::iterator_traits` to get the type properly, but it seems that current static_cast can be simply removed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant