$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Edward Diener (eldiener_at_[hidden])
Date: 2008-06-30 00:04:19
In the generalized Gregorian date documentation it gives the
year_month_day() function as returning a greg_ymd on the left side but a
date::ymd_type on the right side. The right side is correct.
In the same general Gregorian date documentation the right side example
for day_of_week shows day() being used instead.