[Boost-bugs] [Boost C++ Libraries] #4996: Bug in boost/algorithm/string

Subject: [Boost-bugs] [Boost C++ Libraries] #4996: Bug in boost/algorithm/string
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-12-17 15:25:56


#4996: Bug in boost/algorithm/string
------------------------------+---------------------------------------------
 Reporter: dix75@… | Owner: pavol_droba
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: string_algo
  Version: Boost 1.45.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------------------------
 I have bug in function is_lower. // Kubuntu 10.10 x32 gcc 4.5

 std::string str ="hello world";[[BR]]
 std::cout << str << " " << (boost::all(str,boost::is_lower()) ? "is " :
 "is not") << " written in the lower case" << std::endl;[[BR]]

 //hello world is not written in the lower case[[BR]]
 ?????

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4996>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:05 UTC