
23 May
2005
23 May
'05
2:11 p.m.
"SourceForge.net" <noreply@sourceforge.net> escribió en el mensaje news:E1DZxH3-0005Qp-4O@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