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
Updated deprecated uses of boost/bind.hpp, replaced standard function wrappers.
boost/bind.hpp generates deprecation warnings about global placeholder argument
keywords. This commit updates to boost/bind/bind.hpp and namespaced keywords.
Also, this commit replaces standard function object wrappers, which were removed
from C++20, with boost::bind.
0 commit comments