Boost C++ Libraries: Ticket #722: Mistake in description of condition::timed_wait https://svn.boost.org/trac10/ticket/722 <pre class="wiki">There is small inaccuracy in description of condition::timed_wait. Documentation on this method looks so template&lt;typename ScopedLock, typename Pred&gt; bool timed_wait(ScopedLock&amp; lock, Pred pred); But in source file prototype of this method looks so template &lt;typename L, typename Pr&gt; bool timed_wait(L&amp; lock, &lt;b&gt;const xtime&amp; xt,&lt;/b&gt; Pr pred) You can see it on http://www.boost.org/doc/html/condition.html#id2529517- bb 10X. solano@rambler.ru </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/722 Trac 1.4.3 Roland Schwarz Sun, 01 Oct 2006 15:35:23 GMT status changed https://svn.boost.org/trac10/ticket/722#comment:1 https://svn.boost.org/trac10/ticket/722#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=541730 Already corrected, will show up in the next release. </pre> Ticket