$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: David Callu (ledocc_at_[hidden])
Date: 2007-04-23 06:18:10
Hi,
I found an error in the boost::thread::condition documentation.
The member-function
template <typename L, typename Pr>
bool timed_wait(L& lock, const xtime& xt, Pr pred)
is documented like this
template<typename ScopedLock, typename Pred>
bool timed_wait(ScopedLock&, Pred);
The "const xtime&" parameter is discard.
Regards
David Callu