Boost logo

Boost :

From: Russell Hind (rh_gmane_at_[hidden])
Date: 2005-05-11 05:21:49


Russell Hind wrote:
> I think the problem is the 'using base_type::release' in the macros at
> the end of reversible_ptr_container.hpp I don't think Borland is
> picking these up. I've tried to implement a release instead of the
> using, which just passes it on to base_type. This works for ptr_vector,
> but gives more compile errors in ptr_deque due to auto_type. Maybe you
> can help with this?
>

I think this also causes problems in ptr_sequence_adaptor.hpp where it
declares a 'using base_name::insert' to bring in insert(pos,value) which
is causing a test in 'assign' to fail

Thanks

Russell


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk