$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Frank Mori Hess (frank.hess_at_[hidden])
Date: 2007-01-29 11:51:08
The documentation for condition::timed_wait has an error at
http://www.boost.org/doc/html/condition.html
The prototype for the form of timed_wait that takes a predicate leaves off
the
const boost::xtime& xt
parameter.
-- Frank