> > A shame. auto_ptr is soo nice :( > I know. It does 99% of the work of real garbage collection without any of the complexity/overhead. I beleive a well structured program has little need for cyclicly linked sturctures (other than explicit ones like ring queues etc., and those should be dealt with explicitly.)