Boost logo

Boost :

From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2005-05-11 08:34:09


"Russell Hind" <rh_gmane_at_[hidden]> wrote in message
news:d5sm08$a5a$2_at_sea.gmane.org...
| 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

so will reimplementing this instead of using using base::X work?

-Thorsten


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