$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2006-05-12 12:47:35
Ward, Arthur (Mission Systems) wrote:
> To the documentation maintainers for date_time:
>
> I just noticed an error in the documentation for
> boost::posix_time::time_period in 1.33.1. According to the Posix Time
> documentation, time_period has the method "time_period shift(days)". As
> far as I can see, it should be "void shift(days)" and listed as a
> mutator.
Yes -- it should. And further it's true signature is:
void shift(time_duration)
Noted and on the todo list.
Thx,
Jeff