12 Nov
2004
12 Nov
'04
5:54 p.m.
"Jeff Flinn"
RogueWave iterator is _not_ a standard conforming iterator. It does not have the requisite typedefs as shown below:
Standard iterators are not required to have nested typedefs. You can adapt other iterator-like types by specializing std::iterator_traits. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com