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

P1009R2 Array size deduction in new-expressions #2731

Merged
merged 2 commits into from Mar 12, 2019

Conversation

jensmaurer
Copy link
Member

Fixes #2690.

@jensmaurer jensmaurer added this to the post-2019-02 milestone Mar 5, 2019
@burblebee burblebee self-assigned this Mar 6, 2019
@burblebee
Copy link
Contributor

burblebee commented Mar 6, 2019

Review completed - see comments below:

  • The paper directs that the new text at the end of paragraph 6 should be part of paragraph 6, while the changes in the PR add it as a new paragraph.

@burblebee burblebee self-requested a review March 6, 2019 00:37
@@ -4542,9 +4539,11 @@
the \grammarterm{new-initializer}~(\ref{dcl.init.aggr}, \ref{dcl.init.string}).

\pnum
\indextext{\idxcode{new}}%
If the \grammarterm{expression} in a \grammarterm{noptr-new-declarator}
is present, it is implicitly converted to \tcode{std::size_t}.
\indextext{function!allocation}%
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think this index should precede the new text?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's existing stuff, and I'm not too happy about the indexing here in general. I'd like to leave it as-is for now.

@zygoloid zygoloid merged commit a7d8869 into master Mar 12, 2019
@jensmaurer jensmaurer deleted the motions-2019-02-cwg-10 branch October 19, 2019 20:05
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.

None yet

3 participants