22 Feb
2002
22 Feb
'02
12:30 p.m.
If I'm using Boost in a single threaded app, do I need to define BOOST_DISABLE_THREADS to avoid Boost using locks, etc. internally?
You don't need to, but it may remove some redundent code, if your app is single threaded *and* links to a multithreaded runtime. - John Maddock http://ourworld.compuserve.com/homepages/john_maddock/