$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2003-10-01 06:36:54
"Keith MacDonald" <boost_at_[hidden]> writes:
> I couldn't have begun to tackle the problem without your advice, but even
> then I battled with obscure compiler error messages for a long time, before
> I got it working. Would you mind taking a critical look at the finished
> class (below), to make sure I got it right?
The quick look I had told me that you should probably factor out most
of the common code between your const and non-const iterators into an
intermediate class template.
-- Dave Abrahams Boost Consulting www.boost-consulting.com