Closed Lastique closed 4 years ago
This fixes deprecation warnings generated by boost/bind.hpp.
boost/bind.hpp
It also adds a missing include for std::pair.
std::pair
I have checked in a slightly different version of this patch as 6d86fb3. If this doesn't solve your problem, please let me know.
This fixes deprecation warnings generated by
boost/bind.hpp
.It also adds a missing include for
std::pair
.