[boost][thread] boost::thread::condition documentation error

23 Apr
2007
23 Apr
'07
10:18 a.m.
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
6644
Age (days ago)
6644
Last active (days ago)
6 comments
3 participants
participants (3)
-
David Callu