rimmartin / pion-ng

Pion Network Library (Boost licensed open source)
Boost Software License 1.0
1 stars 2 forks source link

Using explicit in favor of global boost::bind placeholders. #13

Closed trueqbit closed 3 years ago

trueqbit commented 4 years ago

A deprecation warning is issued by boost/bind when including <boost/bind.hpp>. Using placeholders explicitly by including <boost/bind/bind.hpp> is available since boost 1.39 and should be used instead.