
11 Jul
2008
11 Jul
'08
7:59 a.m.
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.