Skip to content

std::iterator is deprecated in C++17

We use std::iterator which will be deprecated in C++17. Therefore eventually, we need to fix this use. What should we use instead?