$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Adam Nielsen (adam.nielsen_at_[hidden])
Date: 2008-07-11 03:59:41
>> This may seem like a silly question, but is someone able to point me
>> to where in the Boost docs it tells me which files I need to #include
>> to use Boost Threads?
>
> It doesn't. Oops. I'll raise a trac issue for it.
Ah, glad it's not me being dumb for once :-)
> You can include <boost/thread.hpp> to get everything.
Does this include shared_mutex? I was still getting errors about
boost::shared_mutex when I included <boost/thread.hpp>, which prompted
my hunt through the docs in the first place!
Cheers,
Adam.