id summary reporter owner description type status milestone component version severity resolution keywords cc 12502 boost/asio/error.hpp: fix warnings about unused static variables bachmann@… chris_kohlhoff "Please add the following pre-processor define (or similar) around the static variables in ""boost/asio/error.hpp"" such that the warnings about unused variables can be switched off in client code. Analog to boost/system/error_code.hpp: #ifndef BOOST_SYSTEM_NO_DEPRECATED static const boost::system::error_category& system_category = boost::asio::error::get_system_category(); static const boost::system::error_category& netdb_category = boost::asio::error::get_netdb_category(); static const boost::system::error_category& addrinfo_category = boost::asio::error::get_addrinfo_category(); static const boost::system::error_category& misc_category = boost::asio::error::get_misc_category(); #endif" Bugs new To Be Determined asio Boost 1.59.0 Problem