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

Public API uses deprecated variant alias #857

Closed alandefreitas closed 2 months ago

alandefreitas commented 2 months ago

Boost.Url is using an alias to boost::variant2 it deprecated, which causes a warning number bump.

https://github.com/boostorg/url/blob/develop/include/boost/url/grammar/variant_rule.hpp#L82

Although this is not failing, it emits a deprecation warning for a public API.