Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix urls::errc reference #844

Closed
alandefreitas opened this issue May 30, 2024 · 0 comments
Closed

Fix urls::errc reference #844

alandefreitas opened this issue May 30, 2024 · 0 comments

Comments

@alandefreitas
Copy link
Member

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.

alandefreitas added a commit to alandefreitas/url that referenced this issue Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant