Skip to content

Fix build when iterators are raw pointers#399

Open
georgthegreat wants to merge 1 commit intop-ranav:masterfrom
georgthegreat:patch-1
Open

Fix build when iterators are raw pointers#399
georgthegreat wants to merge 1 commit intop-ranav:masterfrom
georgthegreat:patch-1

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant