$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeremy Maitin-Shepard (jbms_at_[hidden])
Date: 2003-06-23 22:13:05
On Mon, Jun 23, 2003 at 06:53:28AM -0700, Jeff Garland wrote:
> [snip]
> Ok will do. I'll add some protections or rounding for when durations
> support higher than microsecond resolution. I'll let you know when
> this gets added.
It seems that since 1) timeval is non-(C++) standard, and 2) it is
used only by select, that this conversion is more appropriate in a
Boost socket library, and even there only as an internal component.
- Jeremy Maitin-Shepard