Boost logo

Boost :

From: Fernando Cacciola (fernando_cacciola_at_[hidden])
Date: 2005-05-23 09:11:32


"SourceForge.net" <noreply_at_[hidden]> escribió en el mensaje
news:E1DZxH3-0005Qp-4O_at_sc8-sf-web4.sourceforge.net...
> [SNIPED]
>
> The Optional documentation contains this about operator >:
>
> -------------
> bool operator > ( optional<T> const& x, optional<T>
> const& y );
>
> Returns: !( y < x );
> -------------
>
> This is a typo in the documentation. The implementation
> correctly implements operator (x > y) as (y < x),
> without the negation.
>
Fixed in CVS Head.
Thanks!

Fernando Cacciola
SciSoft


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk