microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.99k stars 1.65k forks source link

Use <boost/bind/bind.hpp> rather than <boost/bind.hpp> to avoid pragma message #1706

Open garethsb opened 2 years ago

garethsb commented 2 years ago

"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.