
11 May
2005
11 May
'05
10:21 a.m.
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