You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unnecessary includes of boost/bind.hpp, replace standard function wrappers.
boost/bind.hpp generates deprecation warnings about global placeholder argument
keywords. Removes the unnecessary includes of it.
Also, this commit replaces standard function object wrappers, which were removed
from C++20, with boost::bind.
0 commit comments