|
Boost : |
From: David Abrahams (dave_at_[hidden])
Date: 2002-11-11 13:29:25
Gennaro Prota <gennaro_prota_at_[hidden]> writes:
> David Abrahams <dave_at_[hidden]> wrote:
>
>>We have one in the iterator adaptors library.
>
> Sorry, I'm quite ignorant about that library. What is the workaround
> precisely?
RTFM if you're interested.
Actually, I'm not sure if there's a workaround for any problem you're
having, because you haven't exactly described a problem. If the
problem is that there are 2 template parameters, you're out of
luck. You can't make a reverse iterator around a pointer type without
partial specialization or some help with the value type.
-- David Abrahams dave_at_[hidden] * http://www.boost-consulting.com Boost support, enhancements, training, and commercial distribution
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk