9 Aug
2007
9 Aug
'07
9:37 a.m.
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