boostorg / algorithm

Boost.org algorithm module
http://boost.org/libs/algorithm
Boost Software License 1.0
114 stars 105 forks source link

Fix usage of deprecated features of Boost.Bind #70

Closed Lastique closed 4 years ago

Lastique commented 4 years ago

This fixes deprecation warnings generated by boost/bind.hpp.

It also adds a missing include for std::pair.

mclow commented 4 years ago

I have checked in a slightly different version of this patch as 6d86fb3. If this doesn't solve your problem, please let me know.