$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Fernando Cacciola (fernando_cacciola_at_[hidden])
Date: 2004-01-14 15:46:11
"Joe Gottman" <jgottman_at_[hidden]> escribió en el mensaje
news:bu2341$9c6$1_at_sea.gmane.org...
> The documentation for optional<T>::operator<() is wrong. The
> documentation says:
> Returns: If both x and y are initialied, (*x < *y). If only x or y is
> initialized, false. If both are uninitialized, false.
>
> It should say:
> Returns: If y is not initialized, false. If y is initialized and x is
> not initialized, true. If both x and y are initialized, (*x < *y).
>
> Joe Gottman.
>
Thanks!
Fixed on both the main trunk and the RC
(Also OptionalPointee which had the same error)
Fernand Cacciola
SciSoft