id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 406,Boost.Optional documentation typo.,Sebastian Redl,Fernando Cacciola,"{{{ Not sure if documentation gets fixed in the CVS. Optional has no documentation in the nightly doc builds, so here we go. The Optional documentation contains this about operator >: ------------- bool operator > ( optional const& x, optional 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. }}}",Bugs,closed,,type_traits,None,,Fixed,,