[string_algo] implementation functor for classification predicates doesn't implement result_of
5 Sep
2008
5 Sep
'08
11:04 p.m.
The implementation functor for the String Algorithms library's classification predicates ( boost::algorithm::detail::is_classifiedF in boost/algorithm/string/detail/classification.hpp ) doesnt have a result_type typedef or a result struct. Consequently the classification predicates do not work with boost::bind. For a future release of Boost, please add 'typedef bool result_type;' into the struct.
5928
Age (days ago)
5928
Last active (days ago)
0 comments
1 participants
participants (1)
-
Adam Merz