$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] usage of bcp
From: John Maddock (john_at_[hidden])
Date: 2009-12-08 13:02:07
> 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.