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

Conversions by constructor #482

Open
h0nzZik opened this issue Jun 19, 2019 · 0 comments
Open

Conversions by constructor #482

h0nzZik opened this issue Jun 19, 2019 · 0 comments

Comments

@h0nzZik
Copy link
Contributor

h0nzZik commented Jun 19, 2019

e.g. the following program should compile

struct A{
  A(int){}
};
void foo(A){}
int main() {
	foo(1);
}

The following applies:
n4296 8.5/17.6.2
n4296 13.3.1.4

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

No branches or pull requests

1 participant