It is nice to see that shared_ptr is finally making its way into C++ standard library. The question is, of course, when it will actually happen. The document was composed in 2003, but today no compiler ships with anything but std::auto_ptr.
It is nice to see that shared_ptr is finally making its way into C++ standard library. The question is, of course, when it will actually happen. The document was composed in 2003, but today no compiler ships with anything but std::auto_ptr.