Opened 12 years ago
Closed 12 years ago
#4207 closed Bugs (duplicate)
missing result_type in predicates
| Reported by: | Owned by: | Pavol Droba | |
|---|---|---|---|
| Milestone: | Boost 1.43.0 | Component: | string_algo |
| Version: | Boost 1.44.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
e.g. boost::is_equal etc. in boost/algorithm/string/compare.hpp
due to this, it's impossible to use them with boost::bind etc that require result_type to be declared.
Fix: add "typedef bool result_type;" everywhere.
Note:
See TracTickets
for help on using tickets.

Duplicates #2868.