$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_maddock_at_[hidden])
Date: 2002-02-22 07:30:32
>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/