Adam Nielsen
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
to get everything. Does this include shared_mutex? I was still getting errors about boost::shared_mutex when I included
, which prompted my hunt through the docs in the first place!
It does in the trunk version, but not in 1.35.0
shared_mutex is in