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

Detect compatible types via overload resolution #104

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

Conversation

eido79
Copy link

@eido79 eido79 commented Nov 11, 2022

Use an overload set to detect if a type can be used in a converting constructor or assignment, in a similar way as std::variant.

Fix the behavior of is_constructible, is_assignable and is_convertible traits with boost variant reported in #102.
Also fix the "regression" mentioned in #100.

Use an overload set to detect if a type can be used in a
converting constructor or assignment, in a similar way as
std::variant.

Also fixes the "regression" mentioned in boostorg#100.
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

Successfully merging this pull request may close these issues.

1 participant