Whatever gets me boost::intrusive_ptr... Does that mean I should be
importing smart_ptr instead?
Yes, that's the library containing intrusive_ptr. But if you just want the
headers then boost/intrusive_ptr.hpp will bring in fewer dependencies still.
John.