Reference Counting, Finalization and Resurrection
I've been enamoured of reference counting since devouring Smalltalk-80: The Language and its Implementation in 1987, but there's a reason I haven't simply embraced C++11 standard library's smart_ptr — there's an invaluable mechanism it can't support. »»