$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: cisjar (cisjar_at_[hidden])
Date: 2007-08-09 05:37:32
I am using memory pool objects and I had a little trouble when ran first time my
multi-threaded application under Linux. I looked at sources (detail/mutex.hpp)
and in my opinion an automatic recognition the multi-thread mode is done
improperly. In my project I used only headers from pool library and I had to
explitly defined the BOOST_HAS_THREADS macro. There is not any information about
it in documentation. From other boost libraries I know that is not intended to
define this macro by users.
cisjar