Skip to content

Commit

Permalink
refactor: no deprecated variant2 alias from API
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Aug 16, 2024
1 parent ba623da commit a2fe1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/url/grammar/variant_rule.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ template<
class variant_rule_t
{
public:
using value_type = variant<
using value_type = variant2::variant<
typename R0::value_type,
typename Rn::value_type...>;

Expand Down

0 comments on commit a2fe1db

Please sign in to comment.