From: Victor A. Wagner, Jr. [mailto:vawjr@rudbek.com] >I'm puzzled. Why does this create a dependency on auto_ptr<> ?
In <scoped_ptr.hpp>:
#include <memory> ... scoped_ptr(std::auto_ptr<T> ptr)
Bjorn