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

23 Apr
2007
23 Apr
'07
4: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
6632
Age (days ago)
6632
Last active (days ago)
0 comments
1 participants
participants (1)
-
David Callu