Opened 16 years ago

Closed 16 years ago

#722 closed Bugs (Fixed)

Mistake in description of condition::timed_wait

Reported by: nobody Owned by: Roland Schwarz
Milestone: Component: threads
Version: None Severity:
Keywords: Cc:

Description

There is small inaccuracy in description of 
condition::timed_wait.
Documentation on this method looks so
template<typename ScopedLock, typename Pred> 
bool timed_wait(ScopedLock& lock, Pred pred);

But in source file prototype of this method looks so
template <typename L, typename Pr>
bool timed_wait(L& lock, <b>const xtime& xt,</b> Pr 
pred)

You can see it on
http://www.boost.org/doc/html/condition.html#id2529517-
bb

10X.
solano@rambler.ru

Change History (1)

comment:1 by Roland Schwarz, 16 years ago

Status: assignedclosed
Logged In: YES 
user_id=541730

Already corrected, will show up in the next release.
Note: See TracTickets for help on using tickets.