boostorg / url

Boost.URL is a library for manipulating Uniform Resource Identifiers (URIs) and Locators (URLs).
https://www.boost.org/doc/libs/master/libs/url/index.html
Boost Software License 1.0
185 stars 50 forks source link

Fix urls::errc reference #844

Closed alandefreitas closed 2 months ago

alandefreitas commented 5 months ago

errc is documented as:

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