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

[support] clean up index for clause 18 #823

Merged
merged 1 commit into from Jul 13, 2016

Conversation

AlisdairM
Copy link
Contributor

Fix a couple of mis-indexed operators, and add index entries
for a few missing functions, most notably the new launder
function.

Fix a couple of mis-indexed operators, and add index entries
for a few missing functions, most notably the new launder
function.
@@ -2127,7 +2127,7 @@
terminates by throwing an exception~(\ref{expr.new}).
\end{itemdescr}

\indexlibrary{\idxcode{new}!\idxcode{operator}}%
\indexlibrary{\idxcode{delete}!\idxcode{operator}}%
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not array-delete?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I believe this is consistent with the other index entries for array-delete, and did not want to be too creative at this point. I can consistently index 'delete[]' if preferred?

Copy link
Contributor

Choose a reason for hiding this comment

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

@zygoloid: Any preference how we index array-delete?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

and for consistency, array-new as well.

Copy link
Contributor

Choose a reason for hiding this comment

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

Actually, don't worry. This is definitely an improvement, and it's consistent. Thanks.

@tkoeppe tkoeppe merged commit d0fa6a6 into cplusplus:master Jul 13, 2016
@AlisdairM AlisdairM deleted the index_clause_18 branch July 13, 2016 15:54
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

2 participants