$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2004-11-12 12:54:42
"Jeff Flinn" <TriumphSprint2000_at_[hidden]> writes:
> 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