Closed alandefreitas closed 2 months ago
errc is documented as:
errc
#ifdef BOOST_URL_DOCS enum errc { __see_below__ }; #else namespace errc = boost::system::errc; #endif
It should always be namespace errc = boost::system::errc; and, since it's been deprecated for a few releases already, we must remove it from the index.
namespace errc = boost::system::errc;
errc
is documented as:It should always be
namespace errc = boost::system::errc;
and, since it's been deprecated for a few releases already, we must remove it from the index.