Opened 12 years ago
Closed 12 years ago
#4997 closed Bugs (duplicate)
Bug in boost/algorithm/string
Reported by: | Owned by: | Pavol Droba | |
---|---|---|---|
Milestone: | To Be Determined | Component: | string_algo |
Version: | Boost 1.45.0 | Severity: | Problem |
Keywords: | Cc: |
Description
I have bug in function is_lower. Kubuntu 10.10 x32 gcc 4.5
std::string str ="hello world";
std::cout << str << " " << (boost::all(str,boost::is_lower()) ? "is " : "is not") << " written in the lower case" << std::endl;
hello world is not written in the lower case
?????
Note:
See TracTickets
for help on using tickets.
Duplicate of #4996