$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: gchen (chengang31_at_[hidden])
Date: 2007-10-14 23:57:26
Sean Huang wrote:
> The thread lib has recently gone through drastic changes.
> [...]
Regarding the changes in boost::thread, I have a specific question too.
It seems that the file boost/thread/win32/basic_timed_mutex.hpp forgets
to include boost/detail/interlocked.hpp.
It will cause some errors like 'BOOST_INTERLOCKED_EXCHANGE_POINTER':
dentifier not found".
Any one can confirm this, or do I miss something?