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

Fixed support for boost variant. #768

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

domin144
Copy link

@domin144 domin144 commented Nov 10, 2022

When boost variant is created using boost::make_variant_over, the template parameter list is not the list of variant types. The list has to be extracted from variant<...>::types
fixes#490

When boost variant is created using boost::make_variant_over,
the template parameter list is not the list of variant types.
The list has to be extracted from variant<...>::types
@AzothAmmo AzothAmmo added this to the v1.3.3 milestone Apr 24, 2023
@AzothAmmo AzothAmmo added the bug label Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants