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

Implicit conversions - objects #3

Open
cnewman opened this issue Jul 15, 2017 · 0 comments
Open

Implicit conversions - objects #3

cnewman opened this issue Jul 15, 2017 · 0 comments
Assignees

Comments

@cnewman
Copy link
Member

cnewman commented Jul 15, 2017

Object implicit conversions are harder.

Need to scan all constructors and produce a set of candidate conversions supported by the provided system so that when a call relies on some implicit conversion, srcType can see the potential conversion and report the proper function as a candidate.

@cnewman cnewman self-assigned this Jul 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant