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
»#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.«
36 | BOOST_PRAGMA_MESSAGE(
| ^~~~~~~~~~~~~~~~~~~~
According to an upstream issue v1.73 is affected too.
Latest Boost v1.74 warns on compile:
According to an upstream issue v1.73 is affected too.
Related upstream issue: awegrzyn/influxdb-cxx#83
The text was updated successfully, but these errors were encountered: