Opened 14 years ago
Closed 12 years ago
#2868 closed Feature Requests (fixed)
boost::is_less et. al. should define result_type
Reported by: | Owned by: | Pavol Droba | |
---|---|---|---|
Milestone: | To Be Determined | Component: | string_algo |
Version: | Boost 1.38.0 | Severity: | Optimization |
Keywords: | Cc: |
Description
typedef bool result_type; should be added to boost::is_less and similar functions.
Note:
See TracTickets
for help on using tickets.
(In [62688]) Use result_type instead of sig for predicates. Fixes #2868