Closed alandefreitas closed 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.
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.