This page states that string::iterator and string::const_iterator are “compiler specific iterator types.” Does this mean that that string::iterator made be in a category other than random_access_iterator?
This page states that string::iterator and string::const_iterator are compiler specific iterator types. Does this
Share
ISO C++03,
21.3-2states:So yes, those are necessarily random access iterators.