Hacker News new | ask | show | jobs
by marshray 5534 days ago
I, too, love C++ and the boost smart pointer library.

In fact, it's been adopted into modern versions of the C++ standard itself. std::tr1::shared_ptr and std::shared_ptr.