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

A.init.field initialization ignores C++ field initializers #86

Open
timotheecour opened this issue Jan 21, 2018 · 0 comments
Open

A.init.field initialization ignores C++ field initializers #86

timotheecour opened this issue Jan 21, 2018 · 0 comments

Comments

@timotheecour
Copy link
Collaborator

these fail currently:

static assert(A.init.b==10); // instead of 0
static assert(A.init.c==0); // instead of isNaN(A.init.c)

see test case in:
https://github.com/Syniurge/Calypso/blob/documentation/calypso_semantics.md#field-init

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