1 Commits

Author SHA1 Message Date
WizardHowl
e342254af7 eliminate deprecated C++ function objects
fix function objects that were deprecate in C++ 11 and removed in C++ 17

- replace mem_fun with mem_fn
- eliminate binary_function and unary_function base classes
- use const iterator when constructing boost::transform_iterato

Signed-off-by: WizardHowl <liuwenyu7@huawei.com>
2023-07-20 12:54:07 +08:00