11 Jul
2008
11 Jul
'08
5:17 a.m.
Hi all, 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? I'm looking at the docs here: http://www.boost.org/doc/libs/1_35_0/doc/html/thread.html But the only #include directive I can find is for using boost::barrier. There's no mention of what to use for boost::mutex for instance, and even the example code that comes in the distribution doesn't say what to include to use boost::shared_mutex. So far I've only managed to find what I needed by recursively grepping the installed .hpp files, so I'm sure I'm missing something! Thanks, Adam.