
"Russell Hind" <rh_gmane@mac.com> wrote in message news:d5sm08$a5a$2@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