protozero
protozero copied to clipboard
Improve compatibility with various STL flavors
In our STL std::string::iterator is not a class but rather a raw pointer. Suggested approach works as std::advance accepts Distance type as a template parameter.