cpprestsdk
cpprestsdk copied to clipboard
Use <boost/bind/bind.hpp> rather than <boost/bind.hpp> to avoid pragma message
"The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated."
No code change is necessary since those placeholders are not used, only the boost::asio::placeholders:: ones are.