|
Boost Users : |
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
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net