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

[dcl.init.aggr] resolve core issue 1985: array of unknown bound vs. default member initializer #396

Closed
zygoloid opened this issue Nov 7, 2014 · 1 comment
Assignees

Comments

@zygoloid
Copy link
Member

zygoloid commented Nov 7, 2014

Add an example indicating that a brace-or-equal-initializer for a non-static data member is not actually an initializer, and so does not confer a bound on a member with 'array of unknown bound' type.

@tkoeppe
Copy link
Contributor

tkoeppe commented Nov 29, 2016

@zygoloid: Suggestions?

@jensmaurer jensmaurer self-assigned this Dec 18, 2016
jensmaurer added a commit to jensmaurer/draft that referenced this issue Dec 18, 2016
as non-static data member.

Addresses core issue 1985.

Fixes cplusplus#396.
@jensmaurer jensmaurer changed the title resolve core issue 1985 [dcl.init.aggr] resolve core issue 1985: array of unknown bound vs. default member initializer Dec 18, 2016
jensmaurer added a commit to jensmaurer/draft that referenced this issue Feb 5, 2017
as non-static data member.

Addresses core issue 1985.

Fixes cplusplus#396.
zygoloid pushed a commit that referenced this issue Feb 6, 2017
* Consistently refer to 'array of unknown bound'
not 'array of unknown size'; see [dcl.array].

* [dcl.init.aggr] Add example for array of unknown bound
as non-static data member.

Addresses core issue 1985.

Fixes #396.
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

3 participants