$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [boost::string_algo] Minor documentation error
From: Anders Dalvander (boost_at_[hidden])
Date: 2008-11-29 06:50:38
Hi,
I found a minor error in the Boost String Algorithms documentation for
Boost 1.37.
http://www.boost.org/doc/libs/1_37_0/doc/html/boost/algorithm/is_less.html
Documentation states "Compare two operands using > operator", when
implementation use < operator.
http://www.boost.org/doc/libs/1_37_0/doc/html/boost/algorithm/is_not_greater.html
Documentation states "Compare two operands using > operator", when
implementation use <= operator.
Best regards,
Anders Dalvander